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 0b394580d86..0cc20b35c1c 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c @@ -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()) { | 
