Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115882
b: refs/heads/master
c: 5a06915
h: refs/heads/master
v: v3
  • Loading branch information
Matt Helsley authored and Linus Torvalds committed Oct 20, 2008
1 parent daee211 commit d57a951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc52ddc0e6f45b04780b26fc0813509f8e798c42
refs/heads/master: 5a06915c6df9b89cda5ddb3f8cce5f9a6be534d2
3 changes: 3 additions & 0 deletions trunk/kernel/power/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ static void thaw_tasks(bool nosig_only)
if (nosig_only && should_send_signal(p))
continue;

if (cgroup_frozen(p))
continue;

thaw_process(p);
} while_each_thread(g, p);
read_unlock(&tasklist_lock);
Expand Down

0 comments on commit d57a951

Please sign in to comment.