dcbe987 fsck.gfs2: standardize check_metatree return codes

Authored and Committed by rpeterso 11 years ago
    fsck.gfs2: standardize check_metatree return codes
    
    This patch aims to not change functionality at all. What it does is
    adds a standard set of three return codes with the following meanings:
    
    meta_is_good - all is well, keep processing metadata normally
    meta_skip_further - an non-fatal error occurred, so further metadata
                        processing for this inode should be skipped.
    meta_error - a fatal error occurred in this metadata, so we need to
                 abort processing.
    
    rhbz#902920
    
        
file modified
+7 -7
file modified
+6 -0
file modified
+14 -14
file modified
+3 -3
file modified
+6 -6