From: Johannes Weiner Date: Mon, 7 Apr 2014 22:37:41 +0000 (-0700) Subject: mm: memcg: inline mem_cgroup_charge_common() X-Git-Tag: v3.15-rc1~57^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bec6b333e241a9db47d3939fb08a4e174ece02f;p=pandora-kernel.git mm: memcg: inline mem_cgroup_charge_common() mem_cgroup_charge_common() is used by both cache and anon pages, but most of its body only applies to anon pages and the remainder is not worth having in a separate function. Signed-off-by: Johannes Weiner Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed