]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
don't call f_detach if the filter has alread removed the knote.. This
authorjmg <jmg@FreeBSD.org>
Mon, 6 Sep 2004 19:02:42 +0000 (19:02 +0000)
committerjmg <jmg@FreeBSD.org>
Mon, 6 Sep 2004 19:02:42 +0000 (19:02 +0000)
commitb29998067a5420dad6d92fa4f6fe24c9d5a0363f
treed378d571133cbbe65810eacd9faa82c60ed7ed2e
parent0818c3dd0ff4b449b9d66eaf44addc8fcf0b64c9
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
sys/kern/kern_event.c
sys/net/if.c