c551998c82
svn path=/nixpkgs/trunk/; revision=27710
14 lines
569 B
Diff
14 lines
569 B
Diff
--- /tmp/linux-2.6.32.14/fs/cifs/transport.c 2011-03-27 20:37:20.000000000 +0200
|
|
+++ linux-2.6.32.14/fs/cifs/transport.c 2011-04-01 11:07:17.700305670 +0200
|
|
@@ -182,8 +182,8 @@
|
|
after the retries we will kill the socket and
|
|
reconnect which may clear the network problem.
|
|
*/
|
|
- if ((i >= 14) || (!server->noblocksnd && (i > 2))) {
|
|
- cERROR(1, "sends on sock %p stuck for 15 seconds",
|
|
+ if ((i >= 119) || (!server->noblocksnd && (i > 2))) {
|
|
+ cERROR(1, "sends on sock %p stuck for 119 seconds",
|
|
ssocket);
|
|
rc = -EAGAIN;
|
|
break;
|