summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-09-01 13:34:23 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-09-01 15:43:36 -0400
commit515268b0bd27987ba919f92d8e9aa2d3bb0f11bc (patch)
tree3ae3f5ffe6cde036acab87f11cd3b02891c80923 /misc
parentc2b975f843505f5b98eda17ede4e188bd9bdc835 (diff)
downloade2fsprogs-515268b0bd27987ba919f92d8e9aa2d3bb0f11bc.tar.gz
Fix typo in defeult /etc/mke2fs.conf file
Fixes: fe341d59ee96 ("mke2fs.conf: enable the metadata_csum_seed and...") Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc')
-rw-r--r--misc/mke2fs.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 57bc2c19..b7fc95df 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -11,7 +11,7 @@
features = has_journal
}
ext4 = {
- features = has_journal,extent,huge_file,flex_bg,metadata_csum,netdata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
}
small = {
blocksize = 1024