1 From 0a392baf1874964651115d9f77b0daa6851d1daa Mon Sep 17 00:00:00 2001
2 From: Jonathan Liu <net147@gmail.com>
3 Date: Tue, 1 Mar 2016 14:28:01 +1100
4 Subject: [PATCH] Revert "mke2fs: enable the metadata_csum and 64bit features
7 This reverts commit cd27af3ecb83e8fd1e3eaa14994284a1818c7c15 as we
8 don't want to enable features by default that are not supported by
9 the latest stable e2fsprogs release.
11 Upstream-Status: Inappropriate [configuration]
12 Signed-off-by: Jonathan Liu <net147@gmail.com>
15 The upstream has disabled metadata_csum by default
16 this rebase just revert 64bit feature.
17 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19 misc/mke2fs.conf.in | 3 ++-
20 1 file changed, 2 insertions(+), 1 deletion(-)
22 diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
23 index 812f7c7..0280398 100644
24 --- a/misc/mke2fs.conf.in
25 +++ b/misc/mke2fs.conf.in
27 features = has_journal
30 - features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize
31 + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
33 + auto_64-bit_support = 1
36 features = has_journal,extent,huge_file,flex_bg,uninit_bg,inline_data,64bit,dir_nlink,extra_isize