]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] kill vn_to_inode
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Aug 2008 06:12:05 +0000 (16:12 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:12:05 +0000 (16:12 +1000)
commit863890cd90e8b213f7028036c6e2200d93223527
tree3b4312d515113e4b19d7e82fea9902c69d183d60
parenta19d033cd2cc66120f01b370ec081d67b59b7924
[XFS] kill vn_to_inode

bhv_vnode_t is just a typedef for struct inode, so there's
no need for a helper to convert between the two.

SGI-PV: 981498

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

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_vnode.c
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_vnodeops.c