0d288ba fsck.gfs2: Move leaf repair to pass2

4 files Authored by rpeterso 7 years ago, Committed by andyp 7 years ago,
    fsck.gfs2: Move leaf repair to pass2
    
    We don't want to try to repair directory leaf blocks from pass1
    because we haven't verified the bitmap yet, so we cannot do
    block allocations if necessary. Therefore, we postpone leaf
    repair to pass2, where all the other directory integrity checks
    are done. We also change fsck_blockmap_set to fsck_bitmap_set.
    
    Signed-off-by: Bob Peterson <rpeterso@redhat.com>
    
        
file modified
+1 -178
file modified
+1 -7
file modified
+0 -9
file modified
+144 -3