summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-15 13:43:10 +0000
committerjeff <jeff@FreeBSD.org>2005-03-15 13:43:10 +0000
commit2115694bbc6bb40d45f659eef89bac4b98ad6585 (patch)
treefb275de9da8c77cb90885f9d91dd77c47fc626d7 /sys/sys/vnode.h
parent7e1186083ad2e468510b4b42d341bf66c6285390 (diff)
downloadFreeBSD-src-2115694bbc6bb40d45f659eef89bac4b98ad6585.zip
FreeBSD-src-2115694bbc6bb40d45f659eef89bac4b98ad6585.tar.gz
- Expose vholdl() so it may be used outside of vfs_subr.c
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 7217328..57a303b 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -621,6 +621,7 @@ int vget(struct vnode *vp, int lockflag, struct thread *td);
void vgone(struct vnode *vp);
void vgonel(struct vnode *vp, struct thread *td);
void vhold(struct vnode *);
+void vholdl(struct vnode *);
int vinvalbuf(struct vnode *vp, int save,
struct thread *td, int slpflag, int slptimeo);
int vtruncbuf(struct vnode *vp, struct ucred *cred, struct thread *td,
OpenPOWER on IntegriCloud