From: Christoph Hellwig Date: Wed, 3 Dec 2008 11:20:24 +0000 (+0100) Subject: remove unused prototypes for xfs_ihash_init / xfs_ihash_free X-Git-Tag: firefly_0821_release~14055^2~84 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ccd0be6cfc6943c4e0b3e3cdb598e0b7354a2d78;p=firefly-linux-kernel-4.4.55.git remove unused prototypes for xfs_ihash_init / xfs_ihash_free Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- 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) /* * xfs_iget.c prototypes. */ -void xfs_ihash_init(struct xfs_mount *); -void xfs_ihash_free(struct xfs_mount *); xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t, struct xfs_trans *); int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,