DragonFly commits List (threaded) for 2009-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.2.123.g524e8 master sys/vfs/nfs nfs_socket.c
commit 524e83aa4f0548c1eb2660bddd4915f04fdf32b4
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]