e1d04e0 fsck.gfs2: Check the integrity of the journal index

5 files Authored by rpeterso 9 years ago, Committed by andyp 9 years ago,
    fsck.gfs2: Check the integrity of the journal index
    
    This patch checks the jindex system directory to make sure the entries
    all start with "journal" and so forth. If not, the jindex is deleted
    and rebuilt. As part of this patch, I moved where we read in the rindex
    file and rgrps to an earlier point in time, before the journals are
    replayed. This allows us to remove a dummied-up rgrp kludge in the code.
    However, if the replayed journal block is part of an rgrp, we need to
    refresh the rgrp based on the values rewritten from the journal.
    
        
file modified
+30 -23
file modified
+131 -40
file modified
+10 -7
file modified
+1 -0
file modified
+4 -4