cvs commit: src/sys/kern uipc_sem.c

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jul 18 14:45:59 UTC 2008


gonzo       2008-07-18 14:45:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             uipc_sem.c 
  Log:
  SVN rev 180594 on 2008-07-18 14:45:22Z by gonzo
  
  MFC r179716:
  Keep proper track of nsegs counter: sem_free is called for all
  allocated semaphores, so it's wrong to increase it conditionally,
  in this case for every over-the-limit semaphore nsegs is decreased
  without being previously increased.
  
  PR:             kern/123685
  MFC after:      more then 1 month
  
  Revision  Changes    Path
  1.20.2.3  +3 -4      src/sys/kern/uipc_sem.c


More information about the cvs-src mailing list