CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/01/25 09:45:50
Modified files: sys/kern : uipc_socket.c Log message: As NET_LOCK() is a read/write lock, it can sleep in sotask(). So the TASKQ_CANTSLEEP flag is no longer valid for the splicing thread. OK mikeb@