]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move destroying kqueue state from above pru_detach to below it in
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 2 Aug 2006 18:37:44 +0000 (18:37 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 2 Aug 2006 18:37:44 +0000 (18:37 +0000)
commit9126410f4b6b99fb0bf008bf3b2a05136808a019
tree65c21b0a8af84bf3478b0decf22b8d780e51c936
parent4cbe83eb60ab766ea1a89a87d318d4fa67a4bc3b
Move destroying kqueue state from above pru_detach to below it in
sofree(), as a number of protocols expect to be able to call
soisdisconnected() during detach.  That may not be a good assumption,
but until I'm sure if it's a good assumption or not, allow it.
sys/kern/uipc_socket.c