• T
    cgroup: remove cgroup_destory_css_killed() · 249f3468
    Tejun Heo 提交于
    cgroup_destroy_css_killed() is cgroup destruction stage which happens
    after all csses are offlined.  After the recent updates, it no longer
    does anything other than putting the base reference.  This patch
    removes the function and makes cgroup_destroy_locked() put the base
    ref at the end isntead.
    
    This also makes cgroup->nr_css unnecessary.  Removed.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Acked-by: NLi Zefan <lizefan@huawei.com>
    249f3468
cgroup.c 140.8 KB