CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/19 12:19:28
Modified files:
sys/kern : sys_pipe.c
Log message:
When waiting on pipe I/O, simplify the unlock/relock logic using
rwsleep(). All made possible by the recent switch to using a rwlock as
the exclusive pipe lock.
ok visa@
