commit | 2a3b1c6ea29db5d5dfe4602d0b0adfda88068de6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 14 17:30:23 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 15 14:05:48 2013 -0500 |
tree | 93bb54f0bd8288b02a27131f4e344466a799986c | |
parent | 4b20ea2691b3408340036d16e62867d5c52078e3 [diff] |
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>