Date: Sat, 24 May 2008 03:35:13 +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: <200805240335.m4O3ZDhr089522@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-05-24 03:35:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern kern_event.c
Log:
MFC rev. 1.119:
The kqueue_close() encountering the KN_INFLUX knotes on the kq being
closed is the legitimate situation. For instance, filedescriptor with
registered events may be closed in parallel with closing the kqueue.
Properly handle the case instead of asserting that this cannot happen.
Revision Changes Path
1.113.2.1 +11 -4 src/sys/kern/kern_event.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805240335.m4O3ZDhr089522>
