From owner-cvs-all Fri Oct 18 10:42:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5107137B404; Fri, 18 Oct 2002 10:42:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017B543E9E; Fri, 18 Oct 2002 10:42:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IHgTmV066068; Fri, 18 Oct 2002 10:42:29 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IHgS2V066067; Fri, 18 Oct 2002 10:42:28 -0700 (PDT) Message-Id: <200210181742.g9IHgS2V066067@repoman.freebsd.org> From: John Baldwin Date: Fri, 18 Oct 2002 10:42:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.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 2002/10/18 10:42:28 PDT Modified files: sys/kern kern_descrip.c Log: Don't lock the proc lock to clear p_fd. p_fd isn't protected by the proc lock. Revision Changes Path 1.167 +0 -2 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message