From efb24b085e6be0ef736509272355d37d46a9555f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 3 May 2012 15:43:49 +1000 Subject: [PATCH] mm-memcg-count-pte-references-from-every-member-of-the-reclaimed-hierarchy-fix name the args in the declaration Cc: Johannes Weiner Cc: Konstantin Khlebnikov Signed-off-by: Andrew Morton --- include/linux/memcontrol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 8eb55e30bc2b..bb4bbc8229b4 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -79,7 +79,8 @@ extern void mem_cgroup_uncharge_cache_page(struct page *page); extern void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask, int order); -bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *, struct mem_cgroup *); +bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg, + struct mem_cgroup *memcg); int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *memcg); extern struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page); -- 2.39.5