freezer: rename thaw_process() to __thaw_task() and simplify the implementation
[linux-2.6-block.git] / kernel / power / process.c
index addbbe5531bc42634c78844f5d93796526cb13ec..fe2787207f00d665371ca72a57c3508d2cdbd000 100644 (file)
@@ -186,7 +186,7 @@ static void thaw_tasks(bool nosig_only)
                if (cgroup_freezing_or_frozen(p))
                        continue;
 
-               thaw_process(p);
+               __thaw_task(p);
        } while_each_thread(g, p);
        read_unlock(&tasklist_lock);
 }