hsu 2003/04/02 07:24:51 PST
FreeBSD src repository
Modified files:
sys/kern sys_pipe.c
Log:
Need to hold the same SMP lock for (knote) list traversal as for
list manipulation. This lock also protects read-modify-write operations
on the pipe_state field.
Revision Changes Path
1.134 +1 -1 src/sys/kern/sys_pipe.c