Date: Tue, 4 Aug 2015 08:51:57 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r286281 - head/sys/kern Message-ID: <201508040851.t748pv15099722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Tue Aug 4 08:51:56 2015 New Revision: 286281 URL: https://svnweb.freebsd.org/changeset/base/286281 Log: 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 Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c ============================================================================== --- head/sys/kern/vfs_subr.c Tue Aug 4 08:16:18 2015 (r286280) +++ head/sys/kern/vfs_subr.c Tue Aug 4 08:51:56 2015 (r286281) @@ -2850,7 +2850,7 @@ unlock: /* * vgone, with the vp interlock held. */ -void +static void vgonel(struct vnode *vp) { struct thread *td;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508040851.t748pv15099722>