[XFS] XFS: Kill xfs_vtoi()
authorDavid Chinner <david@fromorbit.com>
Wed, 13 Aug 2008 06:01:45 +0000 (16:01 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:01:45 +0000 (16:01 +1000)
commite6064d30c3407db7f8c19d5538ec847b29e47e30
tree0717b05a9a937e707c99309be8264b22546e4a44
parente4f7529108d01bf66af8ebecd6be2b98d8db30ce
[XFS] XFS: Kill xfs_vtoi()

xfs_vtoi() is redundant and only unsed in small sections of code.
Replace them with widely used XFS_I() inline and kill xfs_vtoi().

SGI-PV: 981498

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

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_acl.c
fs/xfs/xfs_inode.h