]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cgroup: use CSS_ONLINE instead of CGRP_DEAD
authorTejun Heo <tj@kernel.org>
Fri, 16 May 2014 17:22:51 +0000 (13:22 -0400)
committerTejun Heo <tj@kernel.org>
Fri, 16 May 2014 17:22:51 +0000 (13:22 -0400)
commit184faf32328c65c9d86b19577b8d8b90bdd2cd2e
treeee9e7e928105c02b8ec8cc68f435889fc4a85381
parentc2931b70a32c705b9bd5762f5044f9eac8a52bb3
cgroup: use CSS_ONLINE instead of CGRP_DEAD

Use CSS_ONLINE on the self css to indicate whether a cgroup has been
killed instead of CGRP_DEAD.  This will allow re-using css online test
for cgroup liveliness test.  This doesn't introduce any functional
change.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
include/linux/cgroup.h
kernel/cgroup.c