From: Christoph Hellwig Date: Tue, 22 Apr 2008 07:34:24 +0000 (+1000) Subject: [XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdir X-Git-Tag: v2.6.26-rc1~346^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df78e73d328e870a1cd8a9e0f39bf094e42ce9d;p=pandora-kernel.git [XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdir The VFS always has an inode reference when we call these functions. So we only need to grab a signle reference to each inode that's joined to a transaction - all the other bumping and dropping is as useless as the comments describing the IRIX semantics. SGI-PV: 976035 SGI-Modid: xfs-linux-melb:xfs-kern:30912a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed