commit | 0e446673a15a4e9c336b67c1a638eb12c21d0993 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Fri Nov 28 14:23:42 2008 +1100 |
committer | Niv Sardi <[email protected]> | Mon Dec 01 11:38:22 2008 +1100 |
tree | 3da13a58ef93add05e33ef14fba73ed03dd58e01 | |
parent | 24f211bad09a31f19dda0c3faffe0244f4f235f5 [diff] |
[XFS] fix error handling in xlog_recover_process_one_iunlink If we fail after xfs_iget we have to drop the reference count, spotted by Dave Chinner. Also remove some useless asserts and stop trying to deal with di_mode == 0 inodes because never gets those without passing the IGET_CREATE flag to xfs_iget. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Eric Sandeen <[email protected]> Signed-off-by: Niv Sardi <[email protected]>