Date: Tue, 31 Oct 2006 20:25:37 +0000 (UTC) From: Mohan Srinivasan <mohans@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_socket.c Message-ID: <200610312025.k9VKPb5e094751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mohans 2006-10-31 20:25:37 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: Make EWOULDBLOCK a recoverable error so that the request is retransmitted. This bug results in data corruption with NFS/TCP. Writes are silently dropped on EWOULDBLOCK (because socket send buffer is full and sockbuf timer fires). Reviewed by: ups@ Revision Changes Path 1.145 +2 -2 src/sys/nfsclient/nfs_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312025.k9VKPb5e094751>