From owner-cvs-all Tue Sep 18 11:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5C9B37B407; Tue, 18 Sep 2001 11:37:52 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IIbqO14620; Tue, 18 Sep 2001 11:37:52 -0700 (PDT) (envelope-from imp) Message-Id: <200109181837.f8IIbqO14620@freefall.freebsd.org> From: Warner Losh Date: Tue, 18 Sep 2001 11:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_bio.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 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