• Eric Sandeen's avatar
    [XFS] Handle mode 0 inodes that find their way onto the unlinked list · 3ddfdcea
    Eric Sandeen authored
    These shouldn't be there, probably the result of corruption.
    However, if we find one, handle it specially so that we don't
    deadlock during unlinked list processing in recovery.  Without
    xfs_iput_new, we'd be waiting on an inode lock we already hold.
    
    SGI Modid: 2.5.x-xfs:slinx:136535a
    3ddfdcea
xfs_log_recover.c 104 KB