diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index b2816fba5306..43763bd772b9 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -503,7 +503,7 @@ struct cgroup_subsys_state *css_get_next(struct cgroup_subsys *ss, int id, | |||
503 | 503 | ||
504 | /* Returns true if root is ancestor of cg */ | 504 | /* Returns true if root is ancestor of cg */ |
505 | bool css_is_ancestor(struct cgroup_subsys_state *cg, | 505 | bool css_is_ancestor(struct cgroup_subsys_state *cg, |
506 | struct cgroup_subsys_state *root); | 506 | const struct cgroup_subsys_state *root); |
507 | 507 | ||
508 | /* Get id and depth of css */ | 508 | /* Get id and depth of css */ |
509 | unsigned short css_id(struct cgroup_subsys_state *css); | 509 | unsigned short css_id(struct cgroup_subsys_state *css); |