From: Johannes Weiner Date: Mon, 8 Oct 2012 23:34:12 +0000 (-0700) Subject: mm: memcg: clean up mm_match_cgroup() signature X-Git-Tag: v3.7-rc1~74^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587af308cc30ec6b94bde9aeb322e85fe4363e32;p=pandora-kernel.git mm: memcg: clean up mm_match_cgroup() signature It really should return a boolean for match/no match. And since it takes a memcg, not a cgroup, fix that parameter name as well. [akpm@linux-foundation.org: mm_match_cgroup() is not a macro] Signed-off-by: Johannes Weiner Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed