commit | 6220b6715f4900bbcfa04ef3b81ccf48b2d21825 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jun 04 16:36:19 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 04 16:36:19 2011 -0400 |
tree | d1b54e242847a7566f1e02df8bfeed5da5c5322f | |
parent | 1e082c62093f34432af236f35764002646f1dcfc [diff] |
libext2fs: require cluster size == block_size when opening a !bigalloc fs In ext2fs_open() check to make sure the cluster size superblock field is the same as the block size field when the bigalloc feature is not set. This is necessary since we will start introducing calculations based on the cluster size field. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>