]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-memcg-count-pte-references-from-every-member-of-the-reclaimed-hierarchy-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 May 2012 05:43:49 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:29 +0000 (15:46 +1000)
name the args in the declaration

Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memcontrol.h

index 8eb55e30bc2bd85a86c62fd871f49872300739d0..bb4bbc8229b46860d9ba2a1522f2b7cc411663c6 100644 (file)
@@ -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);