diff --git a/[refs] b/[refs] index a55fb9cf171d..7c54498b863f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5da07b0208066fd3544ecf2b521fc7a2e0228ad5 +refs/heads/master: 6c3d8909d85b2c18fd7a6e64f0ca757a257b40fa diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index c4aedcf5c924..b706b4f48b10 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -182,6 +182,7 @@ cifs_reconnect(struct TCP_Server_Info *server) while ((server->tcpStatus != CifsExiting) && (server->tcpStatus != CifsGood)) { + try_to_freeze(); if(server->protocolType == IPV6) { rc = ipv6_connect(&server->addr.sockAddr6,&server->ssocket); } else {