ChangeLog, mke2fs.c:
  mke2fs.c (create_journal_dev): Call ext2fs_create_journal_superblock()
  first, so if it's going to error out, the user finds out before
  waiting for the entire device to get zero'ed.
ChangeLog, util.c:
  util.c (parse_journal_opts): Remove code which allowed a bare number
  	to be treated as a journal size.

diff --git a/misc/ChangeLog b/misc/ChangeLog
index 4742d8b..e018e2b 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,8 +1,16 @@
 2001-04-16  Theodore Tso  <tytso@valinux.com>
 
+	* util.c (parse_journal_opts): Remove code which allowed a bare
+		number to be treated as a journal size.
+
 	* mke2fs.c, tune2fs.c: Add newlines to error messages so that they
 		look nicer.
 
+	* mke2fs.c (create_journal_dev): Call
+		ext2fs_create_journal_superblock() first, so if it's going
+		to error out, the user finds out before waiting for the
+		entire device to get zero'ed.
+
 2001-03-26  Theodore Tso  <tytso@valinux.com>
 
 	* mke2fs.8.in, tune2fs.8.in: Change man paegs to document that the