Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/20/2000 01:21:22
Module Name: syssrc
Committed By: fvdl
Date: Tue Sep 19 22:21:22 UTC 2000
Modified Files:
syssrc/sys/nfs: nfs_socket.c
Log Message:
"ENOBUF" on socket writes isn't really fatal; we may just be too fast
for the driver. Don't log the error, just try again. Could try to
be smart and do a backoff, but it's probably not worth the trouble.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/nfs/nfs_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.