Date: Sat, 1 Aug 1998 02:04:02 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_socket.c Message-ID: <199808010904.CAA26886@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/08/01 02:04:02 PDT Modified files: sys/nfs nfs_socket.c Log: If we get an ENOBUFS from the network, it's normally transient network interface congestion (eg: nfs over a ppp link, etc). Don't log these for UDP mounts, and don't cause syscalls to fail with EINTR. This stops the 'nfs send error 55' warnings. If the error is because the system is really hosed, this is the least of your problems... Revision Changes Path 1.43 +11 -1 src/sys/nfs/nfs_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808010904.CAA26886>