]> git.karo-electronics.de Git - karo-tx-linux.git/commit
freezer: kill PF_FREEZING
authorTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:31 +0000 (15:30 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:31 +0000 (15:30 -0700)
commit144abdba9ba76a98719ee033a36406e17a954418
tree56e232159db1e627a8a80987eb07116bd833f352
parent9f23273627f9bb8cf44d4beaa92dbf271e8dbe95
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