]> git.baikalelectronics.ru Git - kernel.git/commit
[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Aug 2008 06:12:37 +0000 (16:12 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:12:37 +0000 (16:12 +1000)
commit9846a9d91c6e6a1354c84f6fd4e200214f9e55a8
tree52094a047c2b51200c85ccbe55ba039f2eac3785
parente71a93b13fe50277ac388ea4d20e75e147fc5eac
[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 <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_acl.c