cvs commit: src/sys/kern sys_pipe.c

Robert Watson rwatson at FreeBSD.org
Wed Feb 25 16:18:23 PST 2004


rwatson     2004/02/25 16:18:23 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state
  in a non-atomic manner.  It appears to always be called with the
  mutex (good).
  
  Revision  Changes    Path
  1.170     +1 -0      src/sys/kern/sys_pipe.c


More information about the cvs-src mailing list