|
@@ -1318,7 +1318,7 @@ bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
|
|
|
return true;
|
|
|
if (!root_memcg->use_hierarchy || !memcg)
|
|
|
return false;
|
|
|
- return css_is_ancestor(&memcg->css, &root_memcg->css);
|
|
|
+ return cgroup_is_descendant(memcg->css.cgroup, root_memcg->css.cgroup);
|
|
|
}
|
|
|
|
|
|
static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
|