commit | f45011df2bea466209a4b2701f2770b24518bbac | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Sun Jan 06 20:25:17 2013 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 08 10:35:45 2013 -0500 |
tree | f88b581f5f07bcb409774d4674c879324e5c522c | |
parent | 027b0577d4e5081a4d28dff9289559d38a36d533 [diff] |
mke2fs: check extents feature when bigalloc feature is enabled When bigalloc feature is enabled in mkfs, extents feature also needs to be enabled. But now when bigalloc feature is enabled without extents feature, users will not get any warning messages until they try to mount this file system. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>