MPSAFE: MPSAFE kern/sys_pipe.c
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Thu, 26 Aug 2010 02:02:19 +0000 (19:02 -0700)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Thu, 26 Aug 2010 02:02:19 +0000 (19:02 -0700)
commit394d8e4b92a9678440db9c012ba687c3125f336f
tree0b5b3acc6fdbb5f296d223e799c4f5eff87de8da
parentd662d15b5f8eb80f939ed56bc7e903ea74d633b3
MPSAFE: MPSAFE kern/sys_pipe.c

Most of the pipe has been MPSAFE since July 2009, using its own per-pipe tokens.
Convert the remaining uses of the mplock to use the process token for sync.
sys/kern/sys_pipe.c