commit | 6cd8dedcdd8e8de01391a7cf25f0b2afeb24f8f4 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Nov 21 12:32:23 2011 -0800 |
committer | Tejun Heo <tj@kernel.org> | Mon Nov 21 12:32:23 2011 -0800 |
tree | 2b4b5d40fb4c66ac73839f6a37fb2de4786efc38 | |
parent | a585042f7b933539a0b6bc63650c2d49ffb2e55d [diff] |
freezer: don't distinguish nosig tasks on thaw There's no point in thawing nosig tasks before others. There's no ordering requirement between the two groups on thaw, which the staged thawing can't guarantee anyway. Simplify thaw_processes() by removing the distinction and collapsing thaw_tasks() into thaw_processes(). This will help further updates to freezer. Signed-off-by: Tejun Heo <tj@kernel.org>