mm: memcg: move pc lookup point to commit_charge()
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 24 Apr 2012 18:22:33 +0000 (20:22 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Apr 2012 04:22:35 +0000 (21:22 -0700)
None of the callsites actually need the page_cgroup descriptor
themselves, so just pass the page and do the look up in there.

We already had two bugs (6568d4a 'mm: memcg: update the correct soft
limit tree during migration' and 'memcg: fix Bad page state after
replace_page_cache') where the passed page and pc were not referring
to the same page frame.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c

diff --cc mm/memcontrol.c
Simple merge