diff options
Diffstat (limited to 'fs/btrfs/async-thread.c')
-rw-r--r-- | fs/btrfs/async-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 7ec14097fef1..98ab240072e5 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c | |||
@@ -340,7 +340,7 @@ again: | |||
340 | if (freezing(current)) { | 340 | if (freezing(current)) { |
341 | worker->working = 0; | 341 | worker->working = 0; |
342 | spin_unlock_irq(&worker->lock); | 342 | spin_unlock_irq(&worker->lock); |
343 | refrigerator(); | 343 | try_to_freeze(); |
344 | } else { | 344 | } else { |
345 | spin_unlock_irq(&worker->lock); | 345 | spin_unlock_irq(&worker->lock); |
346 | if (!kthread_should_stop()) { | 346 | if (!kthread_should_stop()) { |