summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-08-04 08:51:56 +0000
committertrasz <trasz@FreeBSD.org>2015-08-04 08:51:56 +0000
commitb8165ab6a9cf903e39418903598efa0909a6ce46 (patch)
treecf4c20fee0976fac743f6b921aa40083bddf0ada
parent6c4d3c91debf597e74c24a60f58bcee2db769553 (diff)
downloadFreeBSD-src-b8165ab6a9cf903e39418903598efa0909a6ce46.zip
FreeBSD-src-b8165ab6a9cf903e39418903598efa0909a6ce46.tar.gz
Mark vgonel() as static. It was already declared static earlier;
no idea why compilers don't warn about this. MFC after: 1 month Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index b24a6ae..42cab15 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2850,7 +2850,7 @@ unlock:
/*
* vgone, with the vp interlock held.
*/
-void
+static void
vgonel(struct vnode *vp)
{
struct thread *td;
OpenPOWER on IntegriCloud