commit | ae9e37cd114385764864518057ff854b3f335440 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jun 04 16:40:26 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 04 16:40:26 2011 -0400 |
tree | 893191c38ae191fea34c41b5cbc45e8c71cb9669 | |
parent | 6220b6715f4900bbcfa04ef3b81ccf48b2d21825 [diff] |
libext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be cluster size aware Change the EXT2_MAX_BLOCKS_PER_GROUP so that it takes the cluster size into account. This way we can open bigalloc file systems without ext2fs_open() thinking that they are corrupt. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>