da4f13d GFS2: gfs2_edit savemeta wasn't saving indirect eattribute blocks

Authored and Committed by rpeterso 15 years ago
    GFS2: gfs2_edit savemeta wasn't saving indirect eattribute blocks
    
    bz 503529
    
    Normal eattribute blocks were being saved, but dinodes that had
    an eattribute pointer that leads to an indirect block
    (GFS2_METATYPE_IN) weren't being handled properly and saving
    off the sub-blocks.  This adds that capability.
    
        
file modified
+45 -25