From: Tejun Heo Date: Mon, 21 Nov 2011 20:32:23 +0000 (-0800) Subject: freezer: don't distinguish nosig tasks on thaw X-Git-Tag: v3.3-rc1~148^2~24^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd8dedcdd8e8de01391a7cf25f0b2afeb24f8f4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed