Date: Sun, 20 Jan 2002 14:48:50 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c src/sys/sys resourcevar.h Message-ID: <200201202248.g0KMmol71096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tlambert2@mindspring.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201202248.g0KMmol71096>