summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-22 14:11:47 +0000
committerphk <phk@FreeBSD.org>2005-02-22 14:11:47 +0000
commitcd21b2e10ce05cf965e2989f557834034cf53854 (patch)
treed14fa3807555b00b9301cbed2e38c1cd0c18b91e /sys/sys/vnode.h
parent35d5701d76df0f4c3ca3d779a7f56cacdddb6fcb (diff)
downloadFreeBSD-src-cd21b2e10ce05cf965e2989f557834034cf53854.zip
FreeBSD-src-cd21b2e10ce05cf965e2989f557834034cf53854.tar.gz
Remove vfinddev(), it is generally bogus when faced with jails and
chroot and has no legitimate use(r)s in the tree.
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 2839888..0671248 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -592,7 +592,6 @@ int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
void vattr_null(struct vattr *vap);
int vcount(struct vnode *vp);
void vdrop(struct vnode *);
-int vfinddev(struct cdev *dev, struct vnode **vpp);
void vfs_add_vnodeops(const void *);
void vfs_rm_vnodeops(const void *);
int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
OpenPOWER on IntegriCloud