memcg: unify charge/uncharge quantities to units of pages
authorJohannes Weiner <hannes@cmpxchg.org>
Wed, 23 Mar 2011 23:42:36 +0000 (16:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 02:46:30 +0000 (19:46 -0700)
commit7ec99d6213b579a84c85ad37f2aa8ded4857c53c
treed05bb74c5ca30650ff0622cd1ffd2fd6ddecebd6
parent7ffd4ca7a2cdd7a18f0b499a4e9e0e7cf36ba018
memcg: unify charge/uncharge quantities to units of pages

There is no clear pattern when we pass a page count and when we pass a
byte count that is a multiple of PAGE_SIZE.

We never charge or uncharge subpage quantities, so convert it all to page
counts.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c