diff options
author | Tejun Heo <tj@kernel.org> | 2013-08-02 16:12:13 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-08-02 16:12:13 -0400 |
commit | 61584e3f4964995e575618f76ff7197123796e75 (patch) | |
tree | c43a31c30b23d5e576f2f52983cda804036ed389 /include/linux/cgroup.h | |
parent | b395890a092d8ecbe54f005179e3dec4b6bf752a (diff) | |
parent | da0a12caffad2eeadea429f83818408e7b77379a (diff) |
cgroup: Merge branch 'for-3.11-fixes' into for-3.12
for-3.12 branch is about to receive invasive updates which are
dependent on da0a12caff ("cgroup: fix a leak when percpu_ref_init()
fails"). Given the amount of scheduled changes, I think it'd less
painful to pull in for-3.11-fixes as preparation. Pull in
for-3.11-fixes into for-3.12.
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index bbf4d89b56a..44dd422d7e9 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -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); |