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
cdc3449233
commit
57a73b26e0
@ -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