From owner-cvs-all Sat Feb 16 23:30:37 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 0C63D37B402; Sat, 16 Feb 2002 23:30:35 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H7UZT51127; Sat, 16 Feb 2002 23:30:35 -0800 (PST) (envelope-from dillon) Message-Id: <200202170730.g1H7UZT51127@freefall.freebsd.org> From: Matt Dillon Date: Sat, 16 Feb 2002 23:30:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ucred.h src/sys/kern kern_prot.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 dillon 2002/02/16 23:30:34 PST Modified files: sys/sys ucred.h sys/kern kern_prot.c Log: replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutex pointer), and use the mutex pool routines. This greatly reduces the size of the ucred structure. Revision Changes Path 1.135 +11 -9 src/sys/kern/kern_prot.c 1.29 +2 -2 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message