]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8576631a2be0364b83cf3000b437f572b66a138f
tree0717b05a9a937e707c99309be8264b22546e4a44
parent81ea32fe92d339e42f0c7365eac08c7ff42840f0
[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