From owner-cvs-all Tue Sep 18 11:58:11 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id AB66537B410; Tue, 18 Sep 2001 11:58:00 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA21984; Tue, 18 Sep 2001 12:26:23 -0700 (PDT) Date: Tue, 18 Sep 2001 12:26:23 -0700 (PDT) From: Julian Elischer To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfs nfs_bio.c In-Reply-To: <200109181837.f8IIbqO14620@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 This is another case of a specific class of errors that can occur with the kind of mechanical edit that was performed. I tried to catch as many as I could but some obviously slipped through. The good news is that if you can get a core-dump, these are usually trivial to work out.. On Tue, 18 Sep 2001, Warner Losh wrote: > imp 2001/09/18 11:37:52 PDT > > Modified files: > sys/nfs nfs_bio.c > Log: > nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that > will pass NULL as the struct proc when td is NULL. This has stopped > crashing on my machine. > > Note: The passing of NULL may be bogus, but I'll let others fix that > problem. > > Reviewed by: jhb > > Revision Changes Path > 1.99 +2 -2 src/sys/nfs/nfs_bio.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message