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:
parent
6c4d3c91de
commit
b8165ab6a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user