aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index c75bae1242dc..134195cc4073 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -355,6 +355,8 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
355 } 355 }
356 356
357 while (server->tcpStatus != CifsExiting) { 357 while (server->tcpStatus != CifsExiting) {
358 if(try_to_freeze())
359 continue;
358 if (bigbuf == NULL) { 360 if (bigbuf == NULL) {
359 bigbuf = cifs_buf_get(); 361 bigbuf = cifs_buf_get();
360 if(bigbuf == NULL) { 362 if(bigbuf == NULL) {