From owner-cvs-all Wed Feb 19 14:26:26 2003 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 9D1A337B401; Wed, 19 Feb 2003 14:26:25 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BABA43F75; Wed, 19 Feb 2003 14:26:24 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h1JMQM1o039288; Wed, 19 Feb 2003 14:26:22 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h1JMQMUV000576; Wed, 19 Feb 2003 14:26:22 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.7/8.12.7/Submit) id h1JMQMO3000575; Wed, 19 Feb 2003 14:26:22 -0800 (PST) (envelope-from marcel) Date: Wed, 19 Feb 2003 14:26:22 -0800 From: Marcel Moolenaar To: Scott Long Cc: alfred@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: [Fwd: [alfred@FreeBSD.org: cvs commit: src/sys/kern kern_descrip.c kern_event.c kern_exit.c vfs_mount.c src/sys/sys filedesc.h]] Message-ID: <20030219222622.GA531@athlon.pn.xcllnt.net> References: <3E530BA1.8040407@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E530BA1.8040407@btc.adaptec.com> User-Agent: Mutt/1.5.3i 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 On Tue, Feb 18, 2003 at 09:44:17PM -0700, Scott Long wrote: > > The change in kern_descrip.c has a side effect of breaking the > nvidia.ko driver and diskless workstations that are NFS mounted > and have rpc.lockd enabled. The problem is that td->td_proc->p_fd > is set to null before closef(*fpp, td) is called. The patch below > fixes this and doesn't cause any locking issues that I can tell: The patch fixes my problem as reported on current: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=391611+0+current/freebsd-current -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message