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
This commit is contained in:
Edward Tomasz Napierala 2015-08-04 08:51:56 +00:00
parent cdc3449233
commit 57a73b26e0

View File

@ -2850,7 +2850,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;