Re: [PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big

2013-04-08 Thread Michal Hocko
On Mon 08-04-13 16:22:34, Li Zefan wrote: > memcg requires the cgroup id to be smaller than 65536. > > Signed-off-by: Li Zefan But this should be moved up the patch stack as mentioned in the previous email. Acked-by: Michal Hocko Minor nit bellow. > --- > mm/memcontrol.c | 9 + > 1

[PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big

2013-04-08 Thread Li Zefan
memcg requires the cgroup id to be smaller than 65536. Signed-off-by: Li Zefan --- mm/memcontrol.c | 9 + 1 file changed, 9 insertions(+) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index c4e0173..947dff1 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -492,6 +492,12 @@ static

[PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big

2013-04-08 Thread Li Zefan
memcg requires the cgroup id to be smaller than 65536. Signed-off-by: Li Zefan lize...@huawei.com --- mm/memcontrol.c | 9 + 1 file changed, 9 insertions(+) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index c4e0173..947dff1 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -492,6

Re: [PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big

2013-04-08 Thread Michal Hocko
On Mon 08-04-13 16:22:34, Li Zefan wrote: memcg requires the cgroup id to be smaller than 65536. Signed-off-by: Li Zefan lize...@huawei.com But this should be moved up the patch stack as mentioned in the previous email. Acked-by: Michal Hocko mho...@suse.cz Minor nit bellow. ---