From owner-cvs-src@FreeBSD.ORG Fri Jun 2 09:57:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B12B16A426; Fri, 2 Jun 2006 09:57:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4DC43D46; Fri, 2 Jun 2006 09:57:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k529uSu8063372; Fri, 2 Jun 2006 09:56:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k529uSte063371; Fri, 2 Jun 2006 09:56:28 GMT (envelope-from rwatson) Message-Id: <200606020956.k529uSte063371@repoman.freebsd.org> From: Robert Watson Date: Fri, 2 Jun 2006 09:56:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 09:57:58 -0000 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 , OxY , Gabor MICSKO This is a RELENG_6_1 merge candidate. Tested by: Peter J. Blok , OxY , Michael Butler Revision Changes Path 1.119.2.16 +1 -2 src/sys/vm/uma_core.c