ext4: mark block group as corrupt on inode bitmap error
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Aug 2013 22:32:58 +0000 (18:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Aug 2013 22:32:58 +0000 (18:32 -0400)
If we detect either a discrepancy between the inode bitmap and the
inode counts or the inode bitmap fails to pass validation checks, mark
the block group corrupt and refuse to allocate or deallocate inodes
from the group.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found