[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases
authorSteve French <sfrench@us.ibm.com>
Mon, 19 Jan 2009 03:49:35 +0000 (03:49 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 29 Jan 2009 03:32:13 +0000 (03:32 +0000)
commitda505c386c9f993e43861791dae339b2219cf8dd
tree177baffca259f9c9a68cb08892df9c011afd407c
parentf818dd55c4a8b3519e203900bde0bb780d36e799
[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases

We have used approximately 15 second timeouts on nonblocking sends in the past, and
also 15 second SMB timeout (waiting for server responses, for most request types).
Now that we can do blocking tcp sends,
make blocking send timeout approximately the same (15 seconds).

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
fs/cifs/transport.c