aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2007-03-31 23:57:17 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2007-03-31 23:57:17 +0000
commite6534b36d8e7f73db9ef8e9b89a3d7567a498e98 (patch)
tree458fffab992364449001618509cc70837224c553 /sys/kern
parent4e7f640dfbe1f666c3857534899ee168776fbe67 (diff)
Notes
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index bad98282bf44..d38f5836b4e4 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -95,7 +95,6 @@ static int flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo,
static void syncer_shutdown(void *arg, int howto);
static int vtryrecycle(struct vnode *vp);
static void vbusy(struct vnode *vp);
-static void vdropl(struct vnode *vp);
static void vinactive(struct vnode *, struct thread *);
static void v_incr_usecount(struct vnode *);
static void v_decr_usecount(struct vnode *);
@@ -2214,7 +2213,7 @@ vdrop(struct vnode *vp)
* the vnode we will free it if it has been vgone'd otherwise it is
* placed on the free list.
*/
-static void
+void
vdropl(struct vnode *vp)
{