diff --git a/[refs] b/[refs] index 91e8e2414dec..9d9641cfae05 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 59edb63ad08e4f3a9477223c9aaf3fba753085bf +refs/heads/master: 95edcff497b126a3f3e079e94b20fe2ca7e5a63d diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index d6a972df0338..8cd4b52d4217 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -441,6 +441,8 @@ cifs_readv_from_socket(struct TCP_Server_Info *server, struct kvec *iov_orig, smb_msg.msg_controllen = 0; for (total_read = 0; to_read; total_read += length, to_read -= length) { + try_to_freeze(); + if (server_unresponsive(server)) { total_read = -EAGAIN; break;