-O none is specified, the sparse_super feature should not be present.
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>
int reserved_ratio = 5;
ext2_ino_t num_inodes = 0;
errcode_t retval;
- int sparse_option = 1;
+ int sparse_option = 0;
char * oldpath = getenv("PATH");
char * raid_opts = 0;
char * fs_type = 0;
- const char * feature_set = "filetype";
+ const char * feature_set = "sparse_super,filetype";
blk_t dev_size;
#ifdef linux
struct utsname ut;