summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-04-29 10:23:32 +0000
committerphk <phk@FreeBSD.org>2001-04-29 10:23:32 +0000
commitd2b1930b6678ca231526ccfc8520986cb234ffe5 (patch)
treeced10d065f2a7eb51057070dbfe4f01cc95dc19c /sys/ufs
parent8030ab2f5119fe2a9aa58d7740db2fae06bcde1d (diff)
downloadFreeBSD-src-d2b1930b6678ca231526ccfc8520986cb234ffe5.zip
FreeBSD-src-d2b1930b6678ca231526ccfc8520986cb234ffe5.tar.gz
Remove faint traces of non-existant ffs_bmap().
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_extern.h2
1 files changed, 0 insertions, 2 deletions
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 *));
OpenPOWER on IntegriCloud