Blame SOURCES/e2fsprogs-1.42.9-enable-64bit-feature-by-default.patch

252946
From 9e15f8af7ce0fef4d588ffdceb1adea9e6f4b57c Mon Sep 17 00:00:00 2001
252946
From: Lukas Czerner <lczerner@redhat.com>
252946
Date: Fri, 21 Jun 2013 16:42:27 +0200
252946
Subject: [PATCH 5/8] mke2fs.conf: Enable 64bit feature by default
252946
252946
The 64bit feature has been added to the ext4 a long time ago (2006?) so
252946
it should be ok to enable it by default by now. This would allow us to
252946
resize the file system past 16TB when it was originally smaller than
252946
that and user did not specified 64bit feature manually.
252946
252946
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
252946
---
252946
 misc/mke2fs.conf.in | 3 +--
252946
 1 file changed, 1 insertion(+), 2 deletions(-)
252946
252946
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
252946
index 0871f77..667800c 100644
252946
--- a/misc/mke2fs.conf.in
252946
+++ b/misc/mke2fs.conf.in
252946
@@ -11,8 +11,7 @@
252946
 		features = has_journal
252946
 	}
252946
 	ext4 = {
252946
-		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
252946
-		auto_64-bit_support = 1
252946
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit
252946
 		inode_size = 256
252946
 	}
252946
 	ext4dev = {
252946
-- 
252946
1.8.3.1
252946