git: DragonFly_RELEASE_3_8 kernel - Fix error handling in NFS async bio callbacks
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 20 11:08:36 PDT 2014
commit 141d472e9f3b55b9a870acb57fecc3ab141c5e99
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list