]> git.karo-electronics.de Git - karo-tx-linux.git/commit
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
authorTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:39 +0000 (11:31 +0200)
committerTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:39 +0000 (11:31 +0200)
commit6719138d368016bbdd706eb99831e589a152ee15
tree99e39732acd09f8e60f7085a93335c71a15583c1
parenta422549776b9eaaba17daabbd79f8f54313551ad
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.

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