Remove faint traces of non-existant ffs_bmap().

This commit is contained in:
Poul-Henning Kamp 2001-04-29 10:23:32 +00:00
parent c0264d438b
commit 0c25dbeb17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76126

View File

@ -49,7 +49,6 @@ struct statfs;
struct ucred;
struct vnode;
struct vop_balloc_args;
struct vop_bmap_args;
struct vop_fsync_args;
struct vop_reallocblks_args;
struct vop_copyonwrite_args;
@ -60,7 +59,6 @@ int ffs_balloc __P((struct vop_balloc_args *));
int ffs_blkatoff __P((struct vnode *, off_t, char **, struct buf **));
void ffs_blkfree __P((struct inode *, ufs_daddr_t, long));
ufs_daddr_t ffs_blkpref __P((struct inode *, ufs_daddr_t, int, ufs_daddr_t *));
int ffs_bmap __P((struct vop_bmap_args *));
void ffs_clrblock __P((struct fs *, u_char *, ufs_daddr_t));
int ffs_fhtovp __P((struct mount *, struct fid *, struct vnode **));
int ffs_flushfiles __P((struct mount *, int, struct proc *));