On Mon, Jan 20, 2014 at 12:54:14AM -0500, Theodore Ts'o wrote: > Add the extended options packed_meta_blocks and journal_location_front > which causes mke2fs to place the metadata blocks at the beginning of > the file system. > > Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> > #define EXT2_MKJOURNAL_LAZYINIT 0x0000002 /* don't zero journal inode before use*/ > #define EXT2_MKJOURNAL_NO_MNT_CHECK 0x0000004 /* don't check mount status */ > +#define EXT2_MKJOURNAL_LOCATION_FRONT 0x0000004 /* journal at the beginning */ s/0x0000004/0x0000008/ - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html