From owner-cvs-all Sun Jan 20 14:48:57 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 7B9E137B419; Sun, 20 Jan 2002 14:48:50 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0KMmol71096; Sun, 20 Jan 2002 14:48:50 -0800 (PST) (envelope-from alfred) Message-Id: <200201202248.g0KMmol71096@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 20 Jan 2002 14:48:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c src/sys/sys resourcevar.h 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 alfred 2002/01/20 14:48:49 PST Modified files: sys/kern kern_resource.c sys/sys resourcevar.h Log: use mutex pool mutexes for uidinfo locking. replace mutex_lock calls on uidinfo with macro calls: mtx_lock(&uidp->ui_mtx) -> UIDINFO_LOCK(uidp) Terry Lambert helped with this. Revision Changes Path 1.95 +15 -15 src/sys/kern/kern_resource.c 1.25 +5 -2 src/sys/sys/resourcevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message