cvs commit: src/sys/kern kern_event.c
Konstantin Belousov
kib at FreeBSD.org
Mon Jul 7 09:15:37 UTC 2008
kib 2008-07-07 09:15:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c
Log:
SVN rev 180336 on 2008-07-07 09:15:29Z by kib
The r178914 I erronously put the setting of the KQ_FLUXWAIT flag before
KQ_FLUX_WAKEUP(). Since the later macro clears the KQ_FLUXWAIT, the
kqueue_scan() thread may be not woken up.
Move the setting of KQ_FLUXWAIT after wakeup to correct the issue.
Reported and tested by: pho
MFC after: 3 days
Revision Changes Path
1.121 +1 -2 src/sys/kern/kern_event.c
More information about the cvs-src
mailing list