diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 1f9267636a55..4c7e9f725f62 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1756,7 +1756,7 @@ getnewvnode_drop_reserve(void) } } -static void +static void __noinline freevnode(struct vnode *vp) { struct bufobj *bo;