CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/04 18:37:59
Modified files:
sys/nfs : nfs_vnops.c
Log message:
When calling nfs_request() for what could be an async request, pass
down curproc instead of the struct proc from the I/O request...which
may gone away behind our back. Assert that the supplied request
*is* curproc in a couple other places.
Reproduction and testing by sthen@
ok deraadt@, beck@, art@
