• Tejun Heo's avatar
    cgroup: make cgroup_is_removed() static · bdc7119f
    Tejun Heo authored
    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: default avatarTejun Heo <tj@kernel.org>
    bdc7119f
cgroup.c 144 KB