Prev: [PATCH 3/5] memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask
Next: [PATCH 4/5] memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()
From: KOSAKI Motohiro on 29 Jul 2010 01:30 This fixes were a part of memcg tracepoint series. and now It was divided from such series. All patches are trivial. KOSAKI Motohiro (5): memcg: sc.nr_to_reclaim should be initialized memcg: kill unnecessary initialization memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id include/linux/memcontrol.h | 6 +++--- include/linux/swap.h | 3 +-- mm/memcontrol.c | 14 ++++++-------- mm/vmscan.c | 15 ++++----------- 4 files changed, 14 insertions(+), 24 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |