vfs: mark freevnode as noinline

This commit is contained in:
Mateusz Guzik 2020-08-23 11:05:26 +00:00
parent 6a59b9940e
commit 2ca83b5c27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364499

View File

@ -1756,7 +1756,7 @@ getnewvnode_drop_reserve(void)
}
}
static void
static void __noinline
freevnode(struct vnode *vp)
{
struct bufobj *bo;