From owner-cvs-src@FreeBSD.ORG Sat Aug 2 23:08:49 2003 Return-Path: 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 9D86137B401; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3D843FAF; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7368n0U073869; Sat, 2 Aug 2003 23:08:49 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7368m9F073868; Sat, 2 Aug 2003 23:08:48 -0700 (PDT) Message-Id: <200308030608.h7368m9F073868@repoman.freebsd.org> From: Alan Cox Date: Sat, 2 Aug 2003 23:08:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 03 Aug 2003 06:08:50 -0000 alc 2003/08/02 23:08:48 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: Revise obj_alloc(). Most notably, use the object's lock to prevent two concurrent invocations from acquiring the same address(es). Also, in case of an incomplete allocation, free any allocated pages. In collaboration with: tegge Revision Changes Path 1.72 +30 -17 src/sys/vm/uma_core.c