mke2fs.conf: enable metadata_csum by default

For the 1.44 release, will be enabling the metadata_csum feature by
default.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2017-09-06 21:32:01 -04:00
parent 364959c394
commit d0b9e0a6aa

View File

@ -11,7 +11,7 @@
features = has_journal
}
ext4 = {
features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize
features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
inode_size = 256
}
small = {