• Tejun Heo's avatar
    freezer: don't distinguish nosig tasks on thaw · 6cd8dedc
    Tejun Heo authored
    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: default avatarTejun Heo <tj@kernel.org>
    6cd8dedc
process.c 4.08 KB