0b505a0 fsck.gfs2 only rebuilds one missing journal at a time

Authored and Committed by rpeterso 12 years ago
    fsck.gfs2 only rebuilds one missing journal at a time
    
    This patch allows fsck.gfs2 to rebuild multiple journals in a single run.
    It figures out the correct number of journals based on the number of entries
    in the per_node directory.  If per_node is missing, it reverts to its previous
    behavior of rebuilding a single journal.
    
    rhbz#683104
    
        
file modified
+12 -4
file modified
+54 -8