cvs commit: src/sys/kern kern_mbuf.c src/sys/sys mbuf.h src/sys/vm
 uma.h uma_core.c
    Mohan Srinivasan 
    mohans at FreeBSD.org
       
    Sun Feb 11 03:31:20 UTC 2007
    
    
  
mohans      2007-02-11 03:31:19 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_mbuf.c 
    sys/sys              mbuf.h 
    sys/vm               uma.h uma_core.c 
  Log:
  MFC:
  
  Fix for problems that occur when all mbuf clusters migrate to the mbuf packet
  zone. Cluster allocations fail when this happens. Also processes that may have
  blocked on cluster allocations will never be woken up. Thanks to rwatson for
  an overview of the issue and pointers to the mbuma paper and his tool to dump
  out UMA zones.
  
  Reviewed by: andre@
  
  Revision    Changes    Path
  1.9.2.9     +10 -0     src/sys/kern/kern_mbuf.c
  1.170.2.7   +8 -0      src/sys/sys/mbuf.h
  1.22.2.8    +3 -0      src/sys/vm/uma.h
  1.119.2.19  +7 -2      src/sys/vm/uma_core.c
    
    
More information about the cvs-src
mailing list