diff options
author | Christoph Hellwig <hch@lst.de> | 2008-12-03 06:20:24 -0500 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-12-03 23:39:20 -0500 |
commit | ccd0be6cfc6943c4e0b3e3cdb598e0b7354a2d78 (patch) | |
tree | b3957afbf4a6eac06ec115a07cb25395d3e52d75 /fs/xfs | |
parent | 73e6335c14209e508bec8ca7985d1fbde183bd1f (diff) |
remove unused prototypes for xfs_ihash_init / xfs_ihash_free
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_inode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index ae5800e7d396..c38d4509c66d 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -496,8 +496,6 @@ static inline void xfs_ifunlock(xfs_inode_t *ip) | |||
496 | /* | 496 | /* |
497 | * xfs_iget.c prototypes. | 497 | * xfs_iget.c prototypes. |
498 | */ | 498 | */ |
499 | void xfs_ihash_init(struct xfs_mount *); | ||
500 | void xfs_ihash_free(struct xfs_mount *); | ||
501 | xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, | 499 | xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, |
502 | struct xfs_trans *); | 500 | struct xfs_trans *); |
503 | int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, | 501 | int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, |