524dca1 gfs2_edit: has problems printing gfs1 journals

Authored and Committed by rpeterso 13 years ago
    gfs2_edit: has problems printing gfs1 journals
    
    The gfs2_edit tool was releasing the buffer too soon while printing out
    journals.  It worked for gfs2 journals, but not for gfs1 journals.  This
    patch moves the buffer release later in the function so that gfs1 journals
    will print correctly.
    
    rhbz#656371
    
        
file modified
+1 -1