ChangeLog, mkjournal.c:
  mkjournal.c (ext2fs_create_journal_superblock): Fix the setting of
  	s_first for external devices to always be 1, since jsb->s_first is
  	always relative to the start of the journal superblock.  Use htonl(1)
  	when setting s_nr_users.

diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 886f73a..c22cec8 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-07  Theodore Tso  <tytso@valinux.com>
+
+	* mkjournal.c (ext2fs_create_journal_superblock): Fix the setting
+		of s_first for external devices to always be 1, since
+		jsb->s_first is always relative to the start of the
+		journal superblock.  Use htonl(1) when setting s_nr_users.
+
 2001-01-17  Theodore Ts'o  <tytso@valinux.com>
 
 	* mkjournal.c (ext2fs_add_journal_device): Fix bug where the