03fff85 fsck.gfs2: metawalk was not checking many directories

1 file Authored by Bob Peterson 14 years ago, Committed by rpeterso 14 years ago,
    fsck.gfs2: metawalk was not checking many directories
    
    The fsck.gfs2 program was not checking the directory hash tables
    of many subdirectories.  It was checking the leaf blocks, but
    it wasn't checking the hash table block pointers if the height
    value was equal to 0, which means every directory with a small
    number of leaf blocks.  That means before, you could have all
    kinds of directory corruption and never know it.
    
    rhbz#455300
    
        
file modified
+39 -31