From patchwork Fri Jun 21 14:42:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukas Czerner X-Patchwork-Id: 253234 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9D0B82C008C for ; Sat, 22 Jun 2013 00:42:36 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422957Ab3FUOmd (ORCPT ); Fri, 21 Jun 2013 10:42:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1132 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422893Ab3FUOmb (ORCPT ); Fri, 21 Jun 2013 10:42:31 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5LEgVki002762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jun 2013 10:42:31 -0400 Received: from localhost.localdomain.com (dhcp-1-130.brq.redhat.com [10.34.1.130]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r5LEgTQI031188; Fri, 21 Jun 2013 10:42:30 -0400 From: Lukas Czerner To: linux-ext4@vger.kernel.org Cc: Lukas Czerner Subject: [RFC][PATCH] mke2fs.conf: Enable 64bit feature by default Date: Fri, 21 Jun 2013 16:42:27 +0200 Message-Id: <1371825747-9031-1-git-send-email-lczerner@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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 --- 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 = {