From owner-cvs-all Wed Oct 10 13:45:45 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 8158637B405; Wed, 10 Oct 2001 13:45:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AKjew48253; Wed, 10 Oct 2001 13:45:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200110102045.f9AKjew48253@freefall.freebsd.org> From: John Baldwin Date: Wed, 10 Oct 2001 13:45:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 jhb 2001/10/10 13:45:40 PDT Modified files: sys/kern kern_prot.c Log: Add a temporary hack that will go away with the ucred API update to bzero the duplicated mutex before initializing it to avoid triggering the check for init'ing an already initialized mutex. Revision Changes Path 1.112 +2 -1 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message