8e5bfda fsck.gfs2 segfaults if journals are missing

Authored and Committed by rpeterso 13 years ago
    fsck.gfs2 segfaults if journals are missing
    
    This patch makes it possible for fsck.gfs2 to detect missing and damaged
    journals and recreate them.  Previous versions of fsck.gfs2 would
    segfault if journals were missing because it made assumptions about
    the jindex file pointing to a valid dinode.  Also, I moved function
    ji_update which was exclusively used by fsck.gfs2 from libgfs2 to fsck.
    
    rhbz#620384
    
        
file modified
+7 -5
file modified
+55 -3
file modified
+4 -3
file modified
+69 -40
file modified
+1 -1
file modified
+13 -14
file modified
+61 -48
file modified
+3 -40