CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/10/30 10:35:31
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Kill the dead code from unp_drop().
The unp_drop() was removed from the 'PRU_ABORT' path in the previous
commit. Now it only remains in the unp_detach() where disconnects the
connected datagram sockets linked to the `unp_link' list. Such sockets
always have the associated file descriptor and never had been linked to
the `so_q0' or `so_q' of listening socket so their `so_head' is always
NULL.
ok millert@ sashan@ mpi@