CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/09 04:18:55
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Temporarily grab the NET_LOCK() around soisdisconnected().
This makes a (wrong) assert disappear and makes sure we hack to avoid a
recursion in the upcall case still work.
The real solution to this problem is to not grab the NET_LOCK() before
entering uipc_usrreq().
Issue reported by dtucker@
