cvs commit: src/sys/vm uma_core.c

Robert Watson rwatson at FreeBSD.org
Sun May 21 16:26:13 PDT 2006


rwatson     2006-05-21 23:25:32 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  When allocating a bucket to hold a free'd item in UMA fails, don't
  report this as an allocation failure for the item type.  The failure
  will be separately recorded with the bucket type.  This my eliminate
  high mbuf allocation failure counts under some circumstances, which
  can be alarming in appearance, but not actually a problem in
  practice.
  
  MFC after:      2 weeks
  Reported by:    ps, Peter J. Blok <pblok at bsd4all dot org>,
                  OxY <oxy at field dot hu>,
                  Gabor MICSKO <gmicskoa at szintezis dot hu>
  
  Revision  Changes    Path
  1.137     +1 -2      src/sys/vm/uma_core.c


More information about the cvs-all mailing list