]> git.baikalelectronics.ru Git - kernel.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)
commit9a24a02b4599a2896f3de90044a83bb6b20a8bc3
treeee9e7e928105c02b8ec8cc68f435889fc4a85381
parent3799214800f271e1df288702de3abe454fc1dfcb
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