mke2fs.c (PRS): Fix bug pointed out by Christopher Niessen; if mke2fs
-O none is specified, the sparse_super feature should not be present.
diff --git a/misc/ChangeLog b/misc/ChangeLog
index a6e06ce..0d03a4a 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,9 @@
2001-08-09 Theodore Tso <tytso@valinux.com>
+ * mke2fs.c (PRS): Fix bug pointed out by Christopher Niessen; if
+ mke2fs -O none is specified, the sparse_super feature
+ should not be present.
+
* e2image.c, e2image.8.in: Add support for raw image files.
2001-08-04 Andreas Dilger <root@lynx.adilger.int>