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:
trasz 2015-08-04 08:51:56 +00:00
parent 6c4d3c91de
commit b8165ab6a9

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;