mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
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:
parent
364959c394
commit
d0b9e0a6aa
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user