]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb8b5ccb0ea9bd72b4b107371c688d82457d3dfc3
tree177baffca259f9c9a68cb08892df9c011afd407c
parentcd26681d01f49b588f2f350f60b178644d1d8d97
[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