]> Pileus Git - ~andy/linux/commit
mm: memcg: print statistics from live counters
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 29 May 2012 22:07:08 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:28 +0000 (16:22 -0700)
commitaf7c4b0ec257ea9abb9c6749dd5a5ba0b8fae1fd
treef5abf6b2e7301fc0daa61de46021b1c102cdd4cc
parentfad02c2de0623fc6d4ff12ca72b60ea521118681
mm: memcg: print statistics from live counters

Directly print statistics and event counters instead of going through an
intermediate accumulation stage into a separate array, which used to
require defining statistic items in more than one place.

[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Michal Hocko <mhocko@suse.cz>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Ying Han <yinghan@google.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c