CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/11 09:45:46
Modified files:
sys/kern : sys_pipe.c
Log message:
Extended the scope of the pipelock() in pipe_write() making the locking
pattern more similar to pipe_read(). This also eliminates two races
caused by relocking.
ok visa@
