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 0b394580d860..0cc20b35c1c4 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c | |||
@@ -334,7 +334,7 @@ again: | |||
334 | if (freezing(current)) { | 334 | if (freezing(current)) { |
335 | worker->working = 0; | 335 | worker->working = 0; |
336 | spin_unlock_irq(&worker->lock); | 336 | spin_unlock_irq(&worker->lock); |
337 | refrigerator(); | 337 | try_to_freeze(); |
338 | } else { | 338 | } else { |
339 | spin_unlock_irq(&worker->lock); | 339 | spin_unlock_irq(&worker->lock); |
340 | if (!kthread_should_stop()) { | 340 | if (!kthread_should_stop()) { |