Whamcloud - gitweb
mke2fs: the -g option will now specify the clusters per block group
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Jan 2013 22:30:23 +0000 (17:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jan 2013 19:05:48 +0000 (14:05 -0500)
commit2a3b1c6ea29db5d5dfe4602d0b0adfda88068de6
tree93bb54f0bd8288b02a27131f4e344466a799986c
parent4b20ea2691b3408340036d16e62867d5c52078e3
mke2fs: the -g option will now specify the clusters per block group

If bigalloc is enabled, then -g will specify the clusters per block
group.  (If bigalloc is not enabled, then a cluster == a block, so the
meaning of -g is not changed.)

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