cvs commit: src/sys/nfsclient nfs_socket.c

Mohan Srinivasan mohans at FreeBSD.org
Thu Nov 2 19:50:39 UTC 2006


mohans      2006-11-02 19:48:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/nfsclient        nfs_socket.c 
  Log:
  MFC: Make EWOULDBLOCK a recoverable error so that the request is
  retransmitted. This bug results in data corruption. Writes are
  silently dropped on EWOULDBLOCK (caused because socket send buffer is
  full and sockbuf timer fires - with NFS/TCP).
  Reviewed by: ups@
  Approved by: re
  
  Revision    Changes    Path
  1.125.2.12  +2 -2      src/sys/nfsclient/nfs_socket.c


More information about the cvs-src mailing list