From d2b1930b6678ca231526ccfc8520986cb234ffe5 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 29 Apr 2001 10:23:32 +0000 Subject: Remove faint traces of non-existant ffs_bmap(). --- sys/ufs/ffs/ffs_extern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/ufs') diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 4c8e22f..36f1b27 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -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 *)); -- cgit v1.1