Date: Sat, 16 Feb 2002 23:30:34 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ucred.h src/sys/kern kern_prot.c Message-ID: <200202170730.g1H7UZT51127@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202170730.g1H7UZT51127>