blob: 656fb6efbd45cd76026036eaee3432f483a50711 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001From 0a392baf1874964651115d9f77b0daa6851d1daa Mon Sep 17 00:00:00 2001
2From: Jonathan Liu <net147@gmail.com>
3Date: Tue, 1 Mar 2016 14:28:01 +1100
4Subject: [PATCH] Revert "mke2fs: enable the metadata_csum and 64bit features
5 by default"
6
7This reverts commit cd27af3ecb83e8fd1e3eaa14994284a1818c7c15 as we
8don't want to enable features by default that are not supported by
9the latest stable e2fsprogs release.
10
11Upstream-Status: Inappropriate [configuration]
12
13Signed-off-by: Jonathan Liu <net147@gmail.com>
14---
15 misc/mke2fs.conf.in | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
19index a049d61..106ee80 100644
20--- a/misc/mke2fs.conf.in
21+++ b/misc/mke2fs.conf.in
22@@ -11,7 +11,8 @@
23 features = has_journal
24 }
25 ext4 = {
26- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
27+ features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
28+ auto_64-bit_support = 1
29 inode_size = 256
30 }
31 ext4dev = {
32--
332.7.2
34