From 5c46906245a2a84289caf32ca07bd30a5d1a7ac8 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 14 Mar 2005 12:24:35 +0000 Subject: Use vfs_hash instead of home-rolling. --- sys/fs/msdosfs/msdosfsmount.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/fs/msdosfs/msdosfsmount.h') diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 070ca86..fd34739 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -217,10 +217,6 @@ struct msdosfs_fileno { #define fsi_size(pmp) \ (1024 << ((pmp)->pm_BlkPerSec >> 2)) -int msdosfs_init(struct vfsconf *vfsp); -int msdosfs_uninit(struct vfsconf *vfsp); -int msdosfs_mountroot(void); - void msdosfs_fileno_init(struct mount *); void msdosfs_fileno_free(struct mount *); uint32_t msdosfs_fileno_map(struct mount *, uint64_t); -- cgit v1.1