From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:42 +0000 (+1100) Subject: [XFS] fix error handling in xlog_recover_process_one_iunlink X-Git-Tag: v2.6.29-rc1~552^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e446673a15a4e9c336b67c1a638eb12c21d0993;p=pandora-kernel.git [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 Reviewed-by: Eric Sandeen Signed-off-by: Niv Sardi --- Reading git-diff-tree failed