commit | bdc7119f1bdd0632d42f435941dc290216a436e7 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri May 24 10:55:38 2013 +0900 |
committer | Tejun Heo <tj@kernel.org> | Fri May 24 10:55:38 2013 +0900 |
tree | 3e33099f7e22b637e3ffa9f558938e92e94fd9a6 | |
parent | 3f33e64f4a212771a0b5c63eddaa7f81e65223e3 [diff] |
cgroup: make cgroup_is_removed() static cgroup_is_removed() no longer has external users and it shouldn't grow any - controllers should deal with cgroup_subsys_state on/offline state instead of cgroup removal state. Make it static. While at it, make it return bool. Signed-off-by: Tejun Heo <tj@kernel.org>