rwatson 2004/02/25 16:18:23 PST
FreeBSD src repository
Modified files:
sys/kern sys_pipe.c
Log:
Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state
in a non-atomic manner. It appears to always be called with the
mutex (good).
Revision Changes Path
1.170 +1 -0 src/sys/kern/sys_pipe.c