]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit911d5e7eedfa2881a29b4f463a78ac9d42a8513a
tree25f941063759a7cb108beb1fd9b0344d87cc49cc
parent785e6973f4e4f1cb3710cafcbc598c0211fa06da
[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