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

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