6571b0c gfs2_edit restoremeta should not return 0 on failure

Authored and Committed by rpeterso 13 years ago
    gfs2_edit restoremeta should not return 0 on failure
    
    The gfs2_edit "restoremeta" function was always returning zero,
    even when the restore was not successful.  This made it difficult
    to automate some gfs2 testing.  This patch makes gfs2_edit return
    the correct result from restoremeta.
    
    rhbz#607321
    
        
file modified
+1 -1