]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 17 Mar 2004 18:10:38 +0000 (18:10 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 17 Mar 2004 18:10:38 +0000 (18:10 +0000)
commit41eda4e2b1431b7180432230c6372fbb3f68bac6
treeb5e92d9d8d6937314718bb2d96b77a4ac0133cd0
parent5f96beb9e08be2b08309a6b98967246b64272ade
Don't report EPIPE errors on nfs sockets.  These can be due to idle tcp
mounts which will be closed by netapp, solaris, etc. if left idle too long.

Obtained from: NetBSD
sys/nfsclient/nfs_socket.c