We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ec8d7 commit 306b685Copy full SHA for 306b685
freebsd/kern/kern_event.c
@@ -1672,6 +1672,7 @@ kqueue_release(struct kqueue *kq, int locked)
1672
KQ_UNLOCK(kq);
1673
}
1674
1675
+#ifndef FSTACK
1676
static void
1677
kqueue_schedtask(struct kqueue *kq)
1678
{
@@ -1685,6 +1686,7 @@ kqueue_schedtask(struct kqueue *kq)
1685
1686
kq->kq_state |= KQ_TASKSCHED;
1687
1688
1689
+#endif
1690
1691
/*
1692
* Expand the kq to make sure we have storage for fops/ident pair.
0 commit comments