K 10 svn:author V 3 imp K 8 svn:date V 27 2001-09-18T18:37:52.000000Z K 7 svn:log V 261 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 END