NFS - Fix panic on umount/reboot
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 15:18:49 +0000 (08:18 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 15:18:49 +0000 (08:18 -0700)
commit524e83aa4f0548c1eb2660bddd4915f04fdf32b4
tree0c243acbf6f97e481378c152667f000934a5109c
parent8bfa5617b62252ac6a5a5194052bfc13782dff76
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.
sys/vfs/nfs/nfs_socket.c