commit | 6e7f75eafbc9b0eb575097f52ba6ed27154cea1b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Oct 11 18:09:50 2007 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Thu Feb 07 16:55:35 2008 +1100 |
tree | 25f941063759a7cb108beb1fd9b0344d87cc49cc | |
parent | 4ca488eb45692520f745f96abc00ea4e268a87d4 [diff] |
[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>