From: Christoph Hellwig Date: Tue, 22 Apr 2008 07:34:12 +0000 (+1000) Subject: [XFS] kill usesless IHOLD calls in xfs_rename X-Git-Tag: v2.6.26-rc1~346^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac74e01df959e3e91baded7c83399372af945a2;p=pandora-kernel.git [XFS] kill usesless IHOLD calls in xfs_rename Similar to to the previous patch for remove and rmdir only grab a reference to inodes when we join them to transaction to balance the decrement on transaction completion. Everything else it taken care of by the VFS. Note that the old case had leaks of inode count when src == target or src or target == one of the parent inodes, but these cases are fortunately already rejected by the VFS. SGI-PV: 976035 SGI-Modid: xfs-linux-melb:xfs-kern:30904a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed