看板 DFBSD_commit 關於我們 聯絡資訊
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