]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs.conf: enable metadata_csum by default
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 Sep 2017 01:32:01 +0000 (21:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Sep 2017 01:32:01 +0000 (21:32 -0400)
For the 1.44 release, will be enabling the metadata_csum feature by
default.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.conf.in

index d0066b78b9f75cbfbfb3d784e9252f318851bd05..01e35cf8315007b42a5c78475e776bfac58ad8f6 100644 (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 = {