[XFS] remove some easy bhv_vnode_t instances
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Aug 2008 06:22:09 +0000 (16:22 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:22:09 +0000 (16:22 +1000)
commitdf80c933f9eb01a7af3812bbe437e38205386304
treeea20515f5f77558a63de202dcdb36fd96b91ffbd
parente1cccd917be7364f81b5dc4e33ee3a6e0db21a99
[XFS] remove some easy bhv_vnode_t instances

In various places we can just move a VFS_I call into the argument list of
called functions/macros instead of having a local bhv_vnode_t.

SGI-PV: 981498

SGI-Modid: xfs-linux-melb:xfs-kern:31776a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_itable.c
fs/xfs/xfs_vfsops.c
fs/xfs/xfs_vnodeops.c