cvs commit: src/sys/kern sys_pipe.c

Mike Silbersack silby at FreeBSD.org
Mon Aug 2 19:59:16 PDT 2004


silby       2004-08-03 02:59:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Standardize pipe locking, ensuring that everything is locked via
  pipelock(), not via a mixture of mutexes and pipelock().  Additionally,
  add a few KASSERTS, and change some statements that should have been
  KASSERTS into KASSERTS.
  
  As a result of these cleanups, some segments of code have become
  significantly shorter and/or easier to read.
  
  Revision  Changes    Path
  1.175     +115 -152  src/sys/kern/sys_pipe.c


More information about the cvs-all mailing list