[patch 0/8] mm: memcg fixlets for 3.3

From: Johannes Weiner
Date: Wed Nov 23 2011 - 10:42:56 EST


Here are some minor memcg-related cleanups and optimizations, nothing
too exciting. The bulk of the diffstat comes from renaming the
remaining variables to describe a (struct mem_cgroup *) to "memcg".
The rest cuts down on the (un)charge fastpaths, as people start to get
annoyed by those functions showing up in the profiles of their their
non-memcg workloads. More is to come, but I wanted to get the more
obvious bits out of the way.

include/linux/memcontrol.h | 16 ++++----
include/linux/oom.h | 2 +-
include/linux/page_cgroup.h | 20 ++++++---
include/linux/rmap.h | 4 +-
mm/memcontrol.c | 97 ++++++++++++++++---------------------------
mm/oom_kill.c | 42 +++++++++---------
mm/rmap.c | 20 ++++----
mm/swapfile.c | 9 ++--
mm/vmscan.c | 12 +++---
9 files changed, 103 insertions(+), 119 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/