Date: Fri, 2 Jun 2006 09:56:28 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200606020956.k529uSte063371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-06-02 09:56:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm uma_core.c Log: Merge uma_core.c:1.137 from HEAD to RELENG_6: 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 may eliminate high mbuf allocation failure counts under some circumstances, which can be alarming in appearance, but not actually a problem in practice. Reported by: ps, Peter J. Blok <pblok at bsd4all dot org>, OxY <oxy at field dot hu>, Gabor MICSKO <gmicskoa at szintezis dot hu> This is a RELENG_6_1 merge candidate. Tested by: Peter J. Blok <pblok at bsd4all dot org>, OxY <oxy at field dot hu>, Michael Butler <imb at protected-networks dot net> Revision Changes Path 1.119.2.16 +1 -2 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606020956.k529uSte063371>