* [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default
@ 2013-06-21 14:42 Lukas Czerner
2014-03-03 15:47 ` Lukáš Czerner
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Czerner @ 2013-06-21 14:42 UTC (permalink / raw)
To: linux-ext4; +Cc: Lukas Czerner
The 64bit feature has been added to the ext4 a long time ago (2006?) so
it should be ok to enable it by default by now. This would allow us to
resize the file system past 16TB when it was originally smaller than
that and user did not specified 64bit feature manually.
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
misc/mke2fs.conf.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 178733f..dde3219 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -11,8 +11,7 @@
features = has_journal
}
ext4 = {
- features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
- auto_64-bit_support = 1
+ features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit
inode_size = 256
}
ext4dev = {
--
1.8.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default
2013-06-21 14:42 [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default Lukas Czerner
@ 2014-03-03 15:47 ` Lukáš Czerner
0 siblings, 0 replies; 2+ messages in thread
From: Lukáš Czerner @ 2014-03-03 15:47 UTC (permalink / raw)
To: linux-ext4
On Fri, 21 Jun 2013, Lukas Czerner wrote:
> Date: Fri, 21 Jun 2013 16:42:27 +0200
> From: Lukas Czerner <lczerner@redhat.com>
> To: linux-ext4@vger.kernel.org
> Cc: Lukas Czerner <lczerner@redhat.com>
> Subject: [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default
Hi Ted,
are you going to take this in ?
Thanks!
-Lukas
>
> The 64bit feature has been added to the ext4 a long time ago (2006?) so
> it should be ok to enable it by default by now. This would allow us to
> resize the file system past 16TB when it was originally smaller than
> that and user did not specified 64bit feature manually.
>
> Signed-off-by: Lukas Czerner <lczerner@redhat.com>
> ---
> misc/mke2fs.conf.in | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
> index 178733f..dde3219 100644
> --- a/misc/mke2fs.conf.in
> +++ b/misc/mke2fs.conf.in
> @@ -11,8 +11,7 @@
> features = has_journal
> }
> ext4 = {
> - features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
> - auto_64-bit_support = 1
> + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,64bit
> inode_size = 256
> }
> ext4dev = {
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-03 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 14:42 [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default Lukas Czerner
2014-03-03 15:47 ` Lukáš Czerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).