MFC r286281:

Mark vgonel() as static.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-10-18 14:31:54 +00:00
parent e345589d28
commit 2f6e19044a

View File

@ -2802,7 +2802,7 @@ vfs_notify_upper(struct vnode *vp, int event)
/*
* vgone, with the vp interlock held.
*/
void
static void
vgonel(struct vnode *vp)
{
struct thread *td;