]> git.karo-electronics.de Git - karo-tx-linux.git/commit
freezer: kill PF_FREEZING
authorTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:40 +0000 (11:31 +0200)
committerTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:40 +0000 (11:31 +0200)
commitc7ef9e9f4e221fb3c5f5b9808e7e4f1b4e13c79d
tree4db84140a331e9239c1f6faeadcfbba80035764e
parent6d30dc9124e0b086d66f051c7f55c89dfc10fc50
freezer: kill PF_FREEZING

With the previous changes, there's no meaningful difference between
PF_FREEZING and PF_FROZEN.  Remove PF_FREEZING and use PF_FROZEN
instead in task_contributes_to_load().

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/sched.h
kernel/freezer.c