]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: require the bigalloc feature explicity if the cluster size is set
authorZheng Liu <wenqing.lz@taobao.com>
Sun, 13 Jan 2013 09:08:13 +0000 (17:08 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Jan 2013 21:54:09 +0000 (16:54 -0500)
commit9cf69bb825c2995352502f48ea64d1be1d263995
tree6e03f6a2cde4e2bed3481b4e3bfbabc0531dfe7c
parent9e85208e84bbdea9cfe6e8887502a1c4d92efbe5
mke2fs: require the bigalloc feature explicity if the cluster size is set

When cluster-size is specified without the bigalloc feature, mke2fs
will ignore this argument silently.  But user might think bigalloc
feature has been enabled unless they use the dumpe2fs command.  So now
we ask user to set bigalloc feature explicity when cluster-size is
enabled.  This can make sure that users understand what they are doing
because bigalloc might impact the performance for some workloads.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c