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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to