Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 12:26:23 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/nfs nfs_bio.c
Message-ID:  <Pine.BSF.4.21.0109181224230.21589-100000@InterJet.elischer.org>
In-Reply-To: <200109181837.f8IIbqO14620@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0109181224230.21589-100000>