diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3e1329e2f826..d0666c8d15f2 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -2883,8 +2883,7 @@ cont_thread: | |||
2883 | } | 2883 | } |
2884 | mutex_unlock(&eli->li_list_mtx); | 2884 | mutex_unlock(&eli->li_list_mtx); |
2885 | 2885 | ||
2886 | if (freezing(current)) | 2886 | try_to_freeze(); |
2887 | refrigerator(); | ||
2888 | 2887 | ||
2889 | cur = jiffies; | 2888 | cur = jiffies; |
2890 | if ((time_after_eq(cur, next_wakeup)) || | 2889 | if ((time_after_eq(cur, next_wakeup)) || |