mke2fs: enable metadata_csum on ext4dev filesystems

Enable full-power metadata checksumming by default on 'ext4dev'
filesystems.  This should be fairly safe for now, since only
developers should be using this new feature.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
pu
Darrick J. Wong 2012-08-02 20:47:46 -04:00 committed by Theodore Ts'o
parent a8ed37054f
commit e748f4b4fa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
inode_size = 256
}
ext4dev = {
features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
inode_size = 256
options = test_fs=1
}