8960e29 fsck.gfs2: Fix coverity error in pass4.c

1 file Authored by rpeterso 9 years ago, Committed by andyp 9 years ago,
    fsck.gfs2: Fix coverity error in pass4.c
    
    This simple patch checks for lf_dip (the lost+found inode) being NULL,
    and if it is, returns at the end of function scan_inode_list. This is
    fixing a false positive spotted by coverity, but it makes the code a
    bit more intuitive.
    
        
file modified
+3 -1