From owner-cvs-src@FreeBSD.ORG Wed Jun 25 11:53:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35FFE37B407 for ; Wed, 25 Jun 2003 11:53:43 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A46A43FF9 for ; Wed, 25 Jun 2003 11:53:41 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 72865 invoked by uid 1000); 25 Jun 2003 18:53:42 -0000 Date: Wed, 25 Jun 2003 11:53:42 -0700 (PDT) From: Nate Lawson To: Maxime Henrion In-Reply-To: <20030625184303.GZ21011@elvis.mu.org> Message-ID: <20030625115325.N72722@root.org> References: <20030625132838.643CB37B415@hub.freebsd.org> <20030625113931.I72722@root.org> <20030625184303.GZ21011@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Olivier Houchard cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 18:53:43 -0000 On Wed, 25 Jun 2003, Maxime Henrion wrote: > Nate Lawson wrote: > > Did you intend to remove the PROC_UNLOCK along with the 'if'? It seems > > it is still needed since at least the proctree_lock is still held. > > There is nothing to PROC_UNLOCK() here since pfind() returned NULL. The > proctree_lock is unlocked at the done: label. Ok, thanks. -Nate