From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:12:37 +0000 (+1000) Subject: [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c X-Git-Tag: v2.6.27-rc4~106^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604323ca760beebf00a07153706dcbe7128324e0;p=pandora-kernel.git [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c All the ACL routines are called from inode operations which are guaranteed to have a referenced inode by the VFS, so there's no need for the ACL code to grab another temporary one. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31763a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed