b9a49e3 libgfs2: Check rgd->bits before referencing it

1 file Authored by rpeterso 8 years ago, Committed by andyp 8 years ago,
    libgfs2: Check rgd->bits before referencing it
    
    This patch adds a check to function gfs2_rgrp_free to make sure
    rgd->bits is non-zero before attempting to reference it.
    This might be NULL because no buffers actually existed because
    it was concocted in an attempt to repair damaged rgrps in fsck.
    
        
file modified
+1 -1