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 3a242c1 commit 880fddcCopy full SHA for 880fddc
freebsd/kern/kern_event.c
@@ -2222,9 +2222,9 @@ kqueue_wakeup(struct kqueue *kq)
2222
}
2223
if (!knlist_empty(&kq->kq_sel.si_note))
2224
#ifndef FSTACK
2225
- kqueue_schedtask(kq);
+ kqueue_schedtask(kq);
2226
#else
2227
- KNOTE_UNLOCKED(&kq->kq_sel.si_note, 0);
+ KNOTE_UNLOCKED(&kq->kq_sel.si_note, 0);
2228
#endif
2229
if ((kq->kq_state & KQ_ASYNC) == KQ_ASYNC) {
2230
pgsigio(&kq->kq_sigio, SIGIO, 0);
0 commit comments