aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-03-04 22:04:29 -0500
committerTheodore Ts'o <tytso@mit.edu>2023-03-04 22:04:29 -0500
commit1181f164c48574a4813bfa203dbd7b4123154021 (patch)
tree6f387d98ecceb24cdb38af092b0089ebe41612ad
parentad2272d065cf12c1b95bddf0f20363ffa8edad7f (diff)
downloade2fsprogs-1181f164c48574a4813bfa203dbd7b4123154021.tar.gz
Disable metadata_csum_seed and orphan_file by default for Debian
There are a lot of debian packages that assume that mkfs.ext4 for Debian N will work on Debian N-1 (and sometimes N-2, N-3, etc.). This is a bad assumption, but it's too late to fix this for Debian Bookworm. So revert making these feature a default for now. We will enable it again post Bookworm. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-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 b7fc95df7..056809927 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,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
}
small = {
blocksize = 1024