From: Johannes Weiner Date: Mon, 7 Apr 2014 22:37:40 +0000 (-0700) Subject: mm: memcg: remove mem_cgroup_move_account_page_stat() X-Git-Tag: v3.15-rc1~57^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d1d256e156bb232700836b79d1ead5027f7b1d;p=pandora-kernel.git mm: memcg: remove mem_cgroup_move_account_page_stat() It used to disable preemption and run sanity checks but now it's only taking a number out of one percpu counter and putting it into another. Do this directly in the callsite and save the indirection. Signed-off-by: Johannes Weiner Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed