e2fsprogs/0011-mke2fs.conf-remove-metadata_csum_seed-and-orphan_fil.patch

35 lines
1.1 KiB
Diff
Raw Permalink Normal View History

From 0cd03c6f0e68b5ed664eb885c0d4067ec217fb6b Mon Sep 17 00:00:00 2001
From: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Date: Mon, 24 Jul 2023 17:08:10 +0800
Subject: [PATCH] mke2fs.conf: remove metadata_csum_seed and orphan_file
default setting
For openeuler 24.03 LTS, remove metadata_csum_seed and orphan_file
default setting for keepint same with openeuler 22.03 LTS.
If anyone wants to use them, just add them in their own mke2fs.conf.
Fix issue: https://gitee.com/src-openeuler/e2fsprogs/issues/I7NIXN
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
---
misc/mke2fs.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index b7fc95d..0568099 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
--
2.33.0