commit 141d472e9f3b55b9a870acb57fecc3ab141c5e99
Author: Matthew Dillon <[email protected]>
Date: Sun Jul 20 11:04:18 2014 -0700
kernel - Fix error handling in NFS async bio callbacks
* The NFS request may already have an error code set as-of when the
callback occurs. Check the code before trying to decode the possibly
non-existant reply rpc.
Summary of changes:
sys/vfs/nfs/nfs_bio.c | 3 +++
1 file changed, 3 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/141d472e9f3b55b9a870acb57fecc3ab141c5e99
--
DragonFly BSD source repository