From owner-cvs-all Fri Feb 9 12:51:37 2001 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 7109637B6AF; Fri, 9 Feb 2001 12:51:12 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19KpCH15034; Fri, 9 Feb 2001 12:51:12 -0800 (PST) (envelope-from jhb) Message-Id: <200102092051.f19KpCH15034@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 12:51:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/09 12:51:12 PST Modified files: sys/kern kern_exit.c Log: Revert the previous revision for two reasons: - I can't seem to reproduce the warning I got from WITNESS anymore. - The fix was wrong. Since a uidinfo struct is a member of proc, it makes sense for the locking order to be such that you are allowed to hold proc and then grab the uidinfo lock. Revision Changes Path 1.117 +1 -3 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message