ChangeLog, mkjournal.c:
  mkjournal.c (ext2fs_add_journal_device): Fix bug where the device
  	number of the filesystem (instead of the journal) was being dropped
  	into s_journal_dev.
ChangeLog, dumpe2fs.c:
  dumpe2fs.c (print_journal_information): Use s_first_data_block to find
  	the correct block to read the journal superblock.

diff --git a/misc/ChangeLog b/misc/ChangeLog
index a36582f..64d04f1 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-17  Theodore Ts'o  <tytso@valinux.com>
+
+	* dumpe2fs.c (print_journal_information): Use s_first_data_block
+		to find the correct block to read the journal superblock.
+
 2001-01-15  Theodore Ts'o  <tytso@valinux.com>
 
 	* tune2fs.c: Changed the external journal code so that it simply