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; _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"