]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memcg: do not account memory used for cache creation
authorGlauber Costa <glommer@gmail.com>
Thu, 27 Jun 2013 23:52:28 +0000 (09:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:07 +0000 (16:38 +1000)
commit353032d2f5bae9b377c88d48c5636089d337927f
treef681e082bbcaa42cde8d8cb56d94574d8e7ef6fe
parenta64ee9eab321223859332fde06b667bc6eb073e9
memcg: do not account memory used for cache creation

The memory we used to hold the memcg arrays is currently accounted to the
current memcg.  But that creates a problem, because that memory can only
be freed after the last user is gone.  Our only way to know which is the
last user, is to hook up to freeing time, but the fact that we still have
some in flight kmallocs will prevent freeing to happen.  I believe
therefore to be just easier to account this memory as global overhead.

Signed-off-by: Glauber Costa <glommer@openvz.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memcontrol.c