From owner-cvs-all Fri Feb 9 9:16:11 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 6744037B758; Fri, 9 Feb 2001 08:43:19 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19GhJK78520; Fri, 9 Feb 2001 08:43:19 -0800 (PST) (envelope-from jhb) Message-Id: <200102091643.f19GhJK78520@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 08:43:18 -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 08:43:18 PST Modified files: sys/kern kern_exit.c Log: Release the proc lock around crfree() and uifree() in wait1(). It leads to a lock order violation, and since p is already a zombie at this point, I'm not sure that we even need all the locking currently in wait1(). Revision Changes Path 1.116 +3 -1 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message