svn commit: r289510 - stable/10/sys/kern

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Oct 18 14:31:56 UTC 2015


Author: trasz
Date: Sun Oct 18 14:31:54 2015
New Revision: 289510
URL: https://svnweb.freebsd.org/changeset/base/289510

Log:
  MFC r286281:
  
  Mark vgonel() as static.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/kern/vfs_subr.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/kern/vfs_subr.c
==============================================================================
--- stable/10/sys/kern/vfs_subr.c	Sun Oct 18 14:25:04 2015	(r289509)
+++ stable/10/sys/kern/vfs_subr.c	Sun Oct 18 14:31:54 2015	(r289510)
@@ -2802,7 +2802,7 @@ unlock:
 /*
  * vgone, with the vp interlock held.
  */
-void
+static void
 vgonel(struct vnode *vp)
 {
 	struct thread *td;


More information about the svn-src-stable-10 mailing list