diff options
-rw-r--r-- | kernel/power/process.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/power/process.c b/kernel/power/process.c index 444cea80fde8..ca634019497a 100644 --- a/kernel/power/process.c +++ b/kernel/power/process.c | |||
@@ -135,6 +135,9 @@ static void thaw_tasks(bool nosig_only) | |||
135 | if (nosig_only && should_send_signal(p)) | 135 | if (nosig_only && should_send_signal(p)) |
136 | continue; | 136 | continue; |
137 | 137 | ||
138 | if (cgroup_frozen(p)) | ||
139 | continue; | ||
140 | |||
138 | thaw_process(p); | 141 | thaw_process(p); |
139 | } while_each_thread(g, p); | 142 | } while_each_thread(g, p); |
140 | read_unlock(&tasklist_lock); | 143 | read_unlock(&tasklist_lock); |