• T
    cgroup: remove cgroup->parent · d51f39b0
    Tejun Heo 提交于
    cgroup->parent is redundant as cgroup->self.parent can also be used to
    determine the parent cgroup and we're moving towards using
    cgroup_subsys_states as the fundamental structural blocks.  This patch
    introduces cgroup_parent() which follows cgroup->self.parent and
    removes cgroup->parent.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Acked-by: NLi Zefan <lizefan@huawei.com>
    d51f39b0
cgroup.c 141.8 KB