Date: Mon, 7 Jul 2008 09:15:29 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Message-ID: <200807070915.m679FZwk099421@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807070915.m679FZwk099421>