cvs commit: src/sys/nfsclient nfs_socket.c

Mohan Srinivasan mohans at FreeBSD.org
Tue Oct 31 20:27:12 UTC 2006


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


More information about the cvs-all mailing list