[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170211151535.3242-1-xose.vazquez@gmail.com>
Date: Sat, 11 Feb 2017 16:15:35 +0100
From: Xose Vazquez Perez <xose.vazquez@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Xose Vazquez Perez <xose.vazquez@...il.com>,
Theodore Ts'o <tytso@....edu>,
EXT4 ml <linux-ext4@...r.kernel.org>
Subject: [PATCH] e2fsprogs: remove duplicate default values in mke2fs.conf
Cc: Theodore Ts'o <tytso@....edu>
Cc: EXT4 ml <linux-ext4@...r.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@...il.com>
---
misc/mke2fs.conf.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in
index 812f7c74..3d612594 100644
--- a/misc/mke2fs.conf.in
+++ b/misc/mke2fs.conf.in
@@ -12,11 +12,9 @@
}
ext4 = {
features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize
- inode_size = 256
}
ext4dev = {
features = has_journal,extent,huge_file,flex_bg,uninit_bg,inline_data,64bit,dir_nlink,extra_isize
- inode_size = 256
options = test_fs=1
}
small = {
@@ -47,6 +45,5 @@
blocksize = -1
}
hurd = {
- blocksize = 4096
inode_size = 128
}
--
2.11.1
Powered by blists - more mailing lists