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