cvs commit: src/sys/kern sys_pipe.c

Jeffrey Hsu hsu at FreeBSD.org
Wed Apr 2 07:24:52 PST 2003


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


More information about the cvs-all mailing list