cvs commit: src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Wed Aug 2 18:37:45 UTC 2006
rwatson 2006-08-02 18:37:44 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
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.
Revision Changes Path
1.278 +2 -2 src/sys/kern/uipc_socket.c
More information about the cvs-src
mailing list