diff options
Diffstat (limited to 'fs/ext4')
-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 3858767ec672..1c7bbd00e7e5 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -2884,8 +2884,7 @@ cont_thread: | |||
2884 | } | 2884 | } |
2885 | mutex_unlock(&eli->li_list_mtx); | 2885 | mutex_unlock(&eli->li_list_mtx); |
2886 | 2886 | ||
2887 | if (freezing(current)) | 2887 | try_to_freeze(); |
2888 | refrigerator(); | ||
2889 | 2888 | ||
2890 | cur = jiffies; | 2889 | cur = jiffies; |
2891 | if ((time_after_eq(cur, next_wakeup)) || | 2890 | if ((time_after_eq(cur, next_wakeup)) || |