Date: Mon, 6 Sep 2004 19:02:42 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c src/sys/net if.c Message-ID: <200409061902.i86J2gu6089275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-09-06 19:02:42 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c
sys/net if.c
Log:
don't call f_detach if the filter has alread removed the knote.. This
happens when a proc exits, but needs to inform the user that this has
happened.. This also means we can remove the check for detached from
proc and sig f_detach functions as this is doing in kqueue now...
MFC after: 5 days
Revision Changes Path
1.80 +10 -8 src/sys/kern/kern_event.c
1.205 +0 -3 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409061902.i86J2gu6089275>
