0321077 fsck.gfs2: fix leaf blocks, don't try to patch the hash table

Authored and Committed by rpeterso 11 years ago
    fsck.gfs2: fix leaf blocks, don't try to patch the hash table
    
    Before this patch, when we detected a bad leaf block, fsck.gfs2 would
    try to patch the hash table. That's very wrong, because the hash table
    needs to be on nice power-of-two boundaries. This patch changes the
    code so that the hash table is actually repaired.
    
    rhbz#902920
    
        
file modified
+48 -87
file modified
+2 -1
file modified
+14 -0
file modified
+8 -1