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 bbf4d89b56a8..44dd422d7e9b 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); | |||
548 | bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor); | 548 | bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor); |
549 | 549 | ||
550 | int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen); | 550 | int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen); |
551 | int task_cgroup_path_from_hierarchy(struct task_struct *task, int hierarchy_id, | 551 | int task_cgroup_path(struct task_struct *task, char *buf, size_t buflen); |
552 | char *buf, size_t buflen); | ||
553 | 552 | ||
554 | int cgroup_task_count(const struct cgroup *cgrp); | 553 | int cgroup_task_count(const struct cgroup *cgrp); |
555 | 554 | ||