CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/23 06:42:53
Modified files:
sys/kern : uipc_socket.c uipc_socket2.c
sys/sys : socketvar.h
Log message:
We want `sb_flags' to be protected by the socket lock rather than the
KERNEL_LOCK(), so change asserts accordingly.
This is now possible since sblock()/sbunlock() are always called with
the socket lock held.
ok bluhm@, visa@
