DragonFly-2.3.2.123.g524e8 master sys/vfs/nfs nfs_socket.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 18 08:21:23 PDT 2009
commit 524e83aa4f0548c1eb2660bddd4915f04fdf32b4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jul 18 08:18:49 2009 -0700
NFS - Fix panic on umount/reboot
* The rx thread sometimes gets no-error and 0-bytes returned from
its soreceive call, but the caller expects a mbuf in that case.
Check for the case and convert to EPIPE.
Summary of changes:
sys/vfs/nfs/nfs_socket.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/524e83aa4f0548c1eb2660bddd4915f04fdf32b4
--
DragonFly BSD source repository
More information about the Commits
mailing list