CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/11 02:57:35
Modified files:
sys/kern : uipc_socket2.c uipc_usrreq.c
sys/netinet : in_pcb.c
sys/sys : socketvar.h
Log message:
Do not unlock the KERNEL_LOCK() unconditionally in sounlock().
Instead introduce two flags to deal with global lock recursion. This
is necessary until we get per-socket lock.
Req. by and ok visa@
