diff options
Diffstat (limited to 'kernel/power/process.c')
-rw-r--r-- | kernel/power/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/process.c b/kernel/power/process.c index a0480cd4daaf..71ae29052ab6 100644 --- a/kernel/power/process.c +++ b/kernel/power/process.c | |||
@@ -144,7 +144,7 @@ static void thaw_tasks(bool nosig_only) | |||
144 | if (nosig_only && should_send_signal(p)) | 144 | if (nosig_only && should_send_signal(p)) |
145 | continue; | 145 | continue; |
146 | 146 | ||
147 | if (cgroup_frozen(p)) | 147 | if (cgroup_freezing_or_frozen(p)) |
148 | continue; | 148 | continue; |
149 | 149 | ||
150 | thaw_process(p); | 150 | thaw_process(p); |