2012-06-25 09:33:32

by Wanpeng Li

[permalink] [raw]
Subject: [PATCH v4 0/3] memcg: cleanup memory cgroup

From: Wanpeng Li <[email protected]>

Changelog:

* drop memcg: move recent_rotated and recent_scanned informations patch
* drop memcg: replace unsigned long by u64 to avoid overflow
* drop memcg: optimize memcg_get_hierarchical_limit

Wanpeng Li (3):

memcg: cleanup useless LRU_ALL_EVICTABLE
memcg: change mem_control_xxx to mem_cgroup_xxx
memcg: cleanup all typo in memory cgroup

Signed-off-by: Wanpeng Li <[email protected]>
---
include/linux/mmzone.h | 2 +-
include/linux/vmstat.h | 2 +-
mm/memcontrol.c | 40 +++++++++++++++++++---------------------
3 files changed, 21 insertions(+), 23 deletions(-)


2012-06-25 11:48:21

by Wanpeng Li

[permalink] [raw]
Subject: Re: [PATCH v4 0/3] memcg: cleanup memory cgroup


Sorry, just ignore!

On Mon, Jun 25, 2012 at 05:33:13PM +0800, Wanpeng Li wrote:
>From: Wanpeng Li <[email protected]>
>
>Changelog:
>
>* drop memcg: move recent_rotated and recent_scanned informations patch
>* drop memcg: replace unsigned long by u64 to avoid overflow
>* drop memcg: optimize memcg_get_hierarchical_limit
>
>Wanpeng Li (3):
>
>memcg: cleanup useless LRU_ALL_EVICTABLE
>memcg: change mem_control_xxx to mem_cgroup_xxx
>memcg: cleanup all typo in memory cgroup
>
>Signed-off-by: Wanpeng Li <[email protected]>
>---
> include/linux/mmzone.h | 2 +-
> include/linux/vmstat.h | 2 +-
> mm/memcontrol.c | 40 +++++++++++++++++++---------------------
> 3 files changed, 21 insertions(+), 23 deletions(-)