cvs commit: src/sys/kern uipc_sem.c
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Fri Jul 18 14:20:30 UTC 2008
    
    
  
gonzo       2008-07-18 14:20:16 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_7)
    sys/kern             uipc_sem.c 
  Log:
  SVN rev 180592 on 2008-07-18 14:20:16Z 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.28.2.3  +3 -4      src/sys/kern/uipc_sem.c
    
    
More information about the cvs-all
mailing list