CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/19 14:00:32
Modified files:
sys/kern : uipc_socket.c
Log message:
When a socket is spliced, it may not wakeup the userland for reading.
There was a small race in sorwakeup() where that could happen if
we slept before the SB_SPLICE flag was set.
ok claudio@
