2012-06-25 11:15:16

by Wanpeng Li

[permalink] [raw]
Subject: [PATCH v4 0/2] 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
* not add Add LRU_ALL_UNEVICTABLE
* drop memcg: cleanup all typo in memory cgroup, if it really need, I will resend in single patch
* drop memcg: optimize memcg_get_hierarchical_limit

Wanpeng Li (2):

memcg: cleanup useless LRU_ALL_EVICTABLE
memcg: change mem_control_xxx to mem_cgroup_xxx

---
include/linux/mmzone.h | 1 -
mm/memcontrol.c | 8 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
--
1.7.9.5


2012-06-25 11:41:03

by Wanlong Gao

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

On 06/25/2012 07:15 PM, 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
> * not add Add LRU_ALL_UNEVICTABLE
> * drop memcg: cleanup all typo in memory cgroup, if it really need, I will resend in single patch
> * drop memcg: optimize memcg_get_hierarchical_limit
>
> Wanpeng Li (2):
>
> memcg: cleanup useless LRU_ALL_EVICTABLE
> memcg: change mem_control_xxx to mem_cgroup_xxx

You'd be better to send one version of patch set in the same thread.

Thanks,
Wanlong Gao

>
> ---
> include/linux/mmzone.h | 1 -
> mm/memcontrol.c | 8 +++---
> 2 files changed, 4 insertions(+), 5 deletions(-)
>