cgroup: Merge branch 'for-3.11-fixes' into for-3.12
[firefly-linux-kernel-4.4.55.git] / include / linux / cgroup.h
index bbf4d89b56a8ccab699fe8342c778ca780a22d1b..44dd422d7e9bbcb7b699cfc7e49032bd53c50991 100644 (file)
@@ -548,8 +548,7 @@ int cgroup_rm_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);
 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor);
 
 int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen);
-int task_cgroup_path_from_hierarchy(struct task_struct *task, int hierarchy_id,
-                                   char *buf, size_t buflen);
+int task_cgroup_path(struct task_struct *task, char *buf, size_t buflen);
 
 int cgroup_task_count(const struct cgroup *cgrp);