Whamcloud - gitweb
mke2fs.conf: don't enable metadata_csum by default
authorTheodore Ts'o <tytso@mit.edu>
Tue, 17 May 2016 05:30:42 +0000 (01:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 17 May 2016 05:32:58 +0000 (01:32 -0400)
For the 1.43 release, we will not be enabling the metadata_csum
feature by default.  We will leave that up to distribution vendors to
decide whether they want to be aggressive about enabling this feature
by default.

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

index a049d61..78fe50a 100644 (file)
                features = has_journal
        }
        ext4 = {
-               features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
+               features = has_journal,extent,huge_file,flex_bg,64bit,dir_nlink,extra_isize
                inode_size = 256
        }
        ext4dev = {
-               features = has_journal,extent,huge_file,flex_bg,metadata_csum,inline_data,64bit,dir_nlink,extra_isize
+               features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize
                inode_size = 256
                options = test_fs=1
        }