[PATCH v6 0/7] mm: some simple cleanups

From: Konstantin Khlebnikov
Date: Thu Mar 22 2012 - 17:56:16 EST


I left here only small and simple patches, some of them already acked.

Patch for lru filters in __isolate_lru_page() was reworked again: we can remove all
these checks, because lumpy isolation in shrink_active_list() now forbidden.

---

Hugh Dickins (2):
mm/memcg: scanning_global_lru means mem_cgroup_disabled
mm/memcg: move reclaim_stat into lruvec

Konstantin Khlebnikov (5):
mm: push lru index into shrink_[in]active_list()
mm: mark mm-inline functions as __always_inline
mm: remove lru type checks from __isolate_lru_page()
mm/memcg: kill mem_cgroup_lru_del()
mm/memcg: use vm_swappiness from target memory cgroup


include/linux/memcontrol.h | 14 ------
include/linux/mm_inline.h | 8 ++-
include/linux/mmzone.h | 39 +++++++---------
include/linux/swap.h | 2 -
mm/compaction.c | 4 +-
mm/memcontrol.c | 32 +++----------
mm/page_alloc.c | 8 ++-
mm/swap.c | 14 ++----
mm/vmscan.c | 105 +++++++++++++++-----------------------------
9 files changed, 74 insertions(+), 152 deletions(-)

--
Signature
--
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/