From owner-cvs-all Sun Jun 9 20:25:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCCFF37B433; Sun, 9 Jun 2002 20:25:23 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5A3PNf86586; Sun, 9 Jun 2002 20:25:23 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206100325.g5A3PNf86586@freefall.freebsd.org> From: Ian Dowse Date: Sun, 9 Jun 2002 20:25:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/06/09 20:25:23 PDT Modified files: sys/vm uma_core.c Log: Correct the logic for determining whether the per-CPU locks need to be destroyed. This fixes a problem where destroying a UMA zone would fail to destroy all zone mutexes. Reviewed by: jeff Revision Changes Path 1.27 +1 -1 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message