From 6ead7c4f270898b9ea90b3134fcacdbcd2adf669 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 14 Mar 2005 13:30:06 +0000 Subject: Use vfs_hash() instead of home-rolled --- sys/gnu/fs/ext2fs/ext2_extern.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/gnu/fs/ext2fs/ext2_extern.h') diff --git a/sys/gnu/fs/ext2fs/ext2_extern.h b/sys/gnu/fs/ext2fs/ext2_extern.h index 367b633..24c8f45 100644 --- a/sys/gnu/fs/ext2fs/ext2_extern.h +++ b/sys/gnu/fs/ext2fs/ext2_extern.h @@ -59,13 +59,6 @@ void ext2_dirbad(struct inode *ip, doff_t offset, char *how); void ext2_ei2i(struct ext2_inode *, struct inode *); int ext2_getlbns(struct vnode *, int32_t, struct indir *, int *); void ext2_i2ei(struct inode *, struct ext2_inode *); -int ext2_ihashget(struct cdev *, ino_t, int, struct vnode **); -void ext2_ihashinit(void); -void ext2_ihashins(struct inode *); -struct vnode * - ext2_ihashlookup(struct cdev *, ino_t); -void ext2_ihashrem(struct inode *); -void ext2_ihashuninit(void); void ext2_itimes(struct vnode *vp); int ext2_reallocblks(struct vop_reallocblks_args *); int ext2_reclaim(struct vop_reclaim_args *); -- cgit v1.1