From: Theodore Ts'o Date: Sun, 23 Aug 2009 19:06:48 +0000 (-0400) Subject: mke2fs.conf: Use the feature name "extent" instead of "extents" X-Git-Tag: v1.41.10~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b5a2b9612509dd3cfb8da698a652f5b770c4e9;p=thirdparty%2Fe2fsprogs.git mke2fs.conf: Use the feature name "extent" instead of "extents" The feature name "extent" is documented in mke2fs.conf, although both "extent" and "extents" are accepted by e2fsprogs. Addreses-Debian-Bug: #540111 Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.conf b/misc/mke2fs.conf index 3795b1ed6..52fe58ed5 100644 --- a/misc/mke2fs.conf +++ b/misc/mke2fs.conf @@ -9,11 +9,11 @@ features = has_journal } ext4 = { - features = has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize inode_size = 256 } ext4dev = { - features = has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize inode_size = 256 options = test_fs=1 }