From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:13:45 +0000 (+1000) Subject: [XFS] implement IHOLD/IRELE directly X-Git-Tag: v2.6.27-rc4~106^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907f49a8f552acc5d75635e86d567f05daf5c0d8;p=pandora-kernel.git [XFS] implement IHOLD/IRELE directly Now that all direct calls to VN_HOLD/VN_RELE are gone we can implement IHOLD/IRELE directly. For the IHOLD case also replace igrab with a direct increment of i_count because we are guaranteed to already have a live and referenced inode by the VFS. Also remove the vn_hold statistic because it's been rather meaningless for some time with most references done by other callers. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31764a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed