Whamcloud - gitweb
e2fsck: remove uninit block bitmap calculation
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 11 Jan 2014 19:05:02 +0000 (14:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jan 2014 19:05:02 +0000 (14:05 -0500)
commita48da274e2277bcb715374d4dac3cc3b61087403
tree87f7242ad64869ccdfa3a831d4911d117195fe27
parent8e44eb64bb99fe0eae07b151fafd28cbe9eec37d
e2fsck: remove uninit block bitmap calculation

Since libext2fs now detects a BLOCK_UNINIT group and calculates the
group's block bitmap, we no longer need to emulate this behavior in
e2fsck.  We can simply compare the found block map against the
filesystem's, and proceed from there.

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