]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
authorTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:30 +0000 (15:30 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:30 +0000 (15:30 -0700)
commit944e192db53cee388160a005dd9bd004cff80dea
tree8de40a0e790f1edb3ce09d981cb2dae4a2b7e5bb
parente4a9d71c3157c1fe1c9f9187b91a25170c31b81f
freezer: rename thaw_process() to __thaw_task() and simplify the implementation

thaw_process() now has only internal users - system and cgroup
freezers.  Remove the unnecessary return value, rename, unexport and
collapse __thaw_process() into it.  This will help further updates to
the freezer code.

-v2: minor style update as suggested by Matt.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Paul Menage <menage@google.com>
Cc: Matt Helsley <matthltc@us.ibm.com>
include/linux/freezer.h
kernel/cgroup_freezer.c
kernel/freezer.c
kernel/power/process.c