summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/uipc_mqueue.c')
-rw-r--r--sys/kern/uipc_mqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_mqueue.c b/sys/kern/uipc_mqueue.c
index 212daba..eaee81e 100644
--- a/sys/kern/uipc_mqueue.c
+++ b/sys/kern/uipc_mqueue.c
@@ -703,7 +703,7 @@ do_recycle(void *context, int pending __unused)
{
struct vnode *vp = (struct vnode *)context;
- vrecycle(vp, curthread);
+ vrecycle(vp);
vdrop(vp);
}
@@ -1065,7 +1065,7 @@ mqfs_inactive(struct vop_inactive_args *ap)
struct mqfs_node *pn = VTON(ap->a_vp);
if (pn->mn_deleted)
- vrecycle(ap->a_vp, ap->a_td);
+ vrecycle(ap->a_vp);
return (0);
}
OpenPOWER on IntegriCloud