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 a6e9c2eeab89..f5f0feef2701 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -590,7 +590,7 @@ static inline void pr_cont_cgroup_path(struct cgroup *cgrp) | |||
590 | 590 | ||
591 | char *task_cgroup_path(struct task_struct *task, char *buf, size_t buflen); | 591 | char *task_cgroup_path(struct task_struct *task, char *buf, size_t buflen); |
592 | 592 | ||
593 | int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); | 593 | int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); |
594 | int cgroup_rm_cftypes(struct cftype *cfts); | 594 | int cgroup_rm_cftypes(struct cftype *cfts); |
595 | 595 | ||
596 | bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor); | 596 | bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor); |