aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2007-10-11 04:11:03 -0400
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-02-07 00:55:46 -0500
commit10090be25c159c02208b7abf89ae90f8105a2423 (patch)
tree7af8a6eae91425c9c0fad617788b711978b14387 /fs/xfs/xfs_inode.h
parent6e7f75eafbc9b0eb575097f52ba6ed27154cea1b (diff)
[XFS] cleanup vnode useage in xfs_iget.c
Get rid of vnode useage in xfs_iget.c and pass Linux inode / xfs_inode where apropinquate. And kill some useless helpers while we're at it. SGI-PV: 971186 SGI-Modid: xfs-linux-melb:xfs-kern:29808a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 88caadde6077..d8ed51e28cbb 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -468,7 +468,6 @@ void xfs_ihash_init(struct xfs_mount *);
468void xfs_ihash_free(struct xfs_mount *); 468void xfs_ihash_free(struct xfs_mount *);
469xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, 469xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,
470 struct xfs_trans *); 470 struct xfs_trans *);
471void xfs_inode_lock_init(xfs_inode_t *, bhv_vnode_t *);
472int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, 471int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
473 uint, uint, xfs_inode_t **, xfs_daddr_t); 472 uint, uint, xfs_inode_t **, xfs_daddr_t);
474void xfs_iput(xfs_inode_t *, uint); 473void xfs_iput(xfs_inode_t *, uint);