Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
[cascardo/linux.git] / fs / btrfs / async-thread.c
index 0b39458..0cc20b3 100644 (file)
@@ -334,7 +334,7 @@ again:
                if (freezing(current)) {
                        worker->working = 0;
                        spin_unlock_irq(&worker->lock);
-                       refrigerator();
+                       try_to_freeze();
                } else {
                        spin_unlock_irq(&worker->lock);
                        if (!kthread_should_stop()) {