commit | 54f6faf7f2897155a8341142539178532732d7af | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Dec 02 22:17:10 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 02 22:17:10 2014 -0500 |
tree | 448bd79b29ce9542c58329523d9f1bd44c064359 | |
parent | bbf29ce6e9301b90fc52040f039e77bd28cdd1c1 [diff] |
libext2fs: don't report garbage inodes with really large inodes If the inode size is large enough that there are fewer than two inodes per block, don't report an inode checksum failure as a garbage inode during the scan because the "more than half are broken" criteria that we use to decide if a block of inodes is garbage doesn't really apply. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>