[XFS] cleanup vnode useage in xfs_ioctl.c
authorChristoph Hellwig <hch@infradead.org>
Thu, 11 Oct 2007 08:09:50 +0000 (18:09 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 05:55:35 +0000 (16:55 +1100)
commit6e7f75eafbc9b0eb575097f52ba6ed27154cea1b
tree25f941063759a7cb108beb1fd9b0344d87cc49cc
parent4ca488eb45692520f745f96abc00ea4e268a87d4
[XFS] cleanup vnode useage in xfs_ioctl.c

xfs_ioctl.c passes around vnode pointers quite a lot, but all places
already have the Linux inode which is identical to the vnode these days.
Clean the code up to always use the Linux inode.

SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:29807a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_ioctl.c