Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 11:37:52 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs nfs_bio.c
Message-ID:  <200109181837.f8IIbqO14620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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?200109181837.f8IIbqO14620>