diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index e93da7ad9002..4af3588c1a96 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -364,6 +364,7 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server) | |||
364 | GFP_KERNEL); | 364 | GFP_KERNEL); |
365 | } | 365 | } |
366 | 366 | ||
367 | set_freezable(); | ||
367 | while (!kthread_should_stop()) { | 368 | while (!kthread_should_stop()) { |
368 | if (try_to_freeze()) | 369 | if (try_to_freeze()) |
369 | continue; | 370 | continue; |