Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-15 Thread Minchan Kim
On Tue, Mar 15, 2016 at 03:28:24PM +0900, Sergey Senozhatsky wrote: > On (03/11/16 16:30), Minchan Kim wrote: > > Every zspage in a size_class has same number of max objects so > > we could move it to a size_class. > > > > Signed-off-by: Minchan Kim > > --- > > mm/zsmalloc.c

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-15 Thread Minchan Kim
On Tue, Mar 15, 2016 at 03:28:24PM +0900, Sergey Senozhatsky wrote: > On (03/11/16 16:30), Minchan Kim wrote: > > Every zspage in a size_class has same number of max objects so > > we could move it to a size_class. > > > > Signed-off-by: Minchan Kim > > --- > > mm/zsmalloc.c | 29

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-15 Thread Sergey Senozhatsky
On (03/11/16 16:30), Minchan Kim wrote: > Every zspage in a size_class has same number of max objects so > we could move it to a size_class. > > Signed-off-by: Minchan Kim > --- > mm/zsmalloc.c | 29 ++--- > 1 file changed, 14 insertions(+), 15

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-15 Thread Sergey Senozhatsky
On (03/11/16 16:30), Minchan Kim wrote: > Every zspage in a size_class has same number of max objects so > we could move it to a size_class. > > Signed-off-by: Minchan Kim > --- > mm/zsmalloc.c | 29 ++--- > 1 file changed, 14 insertions(+), 15 deletions(-) > > diff

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-13 Thread Minchan Kim
On Sat, Mar 12, 2016 at 09:44:48AM +0800, xuyiping wrote: > > > On 2016/3/11 15:30, Minchan Kim wrote: > >Every zspage in a size_class has same number of max objects so > >we could move it to a size_class. > > > >Signed-off-by: Minchan Kim > >--- > > mm/zsmalloc.c | 29

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-13 Thread Minchan Kim
On Sat, Mar 12, 2016 at 09:44:48AM +0800, xuyiping wrote: > > > On 2016/3/11 15:30, Minchan Kim wrote: > >Every zspage in a size_class has same number of max objects so > >we could move it to a size_class. > > > >Signed-off-by: Minchan Kim > >--- > > mm/zsmalloc.c | 29

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-11 Thread xuyiping
On 2016/3/11 15:30, Minchan Kim wrote: Every zspage in a size_class has same number of max objects so we could move it to a size_class. Signed-off-by: Minchan Kim --- mm/zsmalloc.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-)

Re: [PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-11 Thread xuyiping
On 2016/3/11 15:30, Minchan Kim wrote: Every zspage in a size_class has same number of max objects so we could move it to a size_class. Signed-off-by: Minchan Kim --- mm/zsmalloc.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git

[PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-10 Thread Minchan Kim
Every zspage in a size_class has same number of max objects so we could move it to a size_class. Signed-off-by: Minchan Kim --- mm/zsmalloc.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c

[PATCH v1 09/19] zsmalloc: keep max_object in size_class

2016-03-10 Thread Minchan Kim
Every zspage in a size_class has same number of max objects so we could move it to a size_class. Signed-off-by: Minchan Kim --- mm/zsmalloc.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index