Re: [PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-05 Thread Minchan Kim
On Mon, Jul 04, 2016 at 02:49:53PM +0800, Ganesh Mahendran wrote: > This is a cleanup patch. Change "index" to "obj_index" to keep > consistent with others in zsmalloc. > > Signed-off-by: Ganesh Mahendran Acked-by: Minchan Kim

Re: [PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-05 Thread Minchan Kim
On Mon, Jul 04, 2016 at 02:49:53PM +0800, Ganesh Mahendran wrote: > This is a cleanup patch. Change "index" to "obj_index" to keep > consistent with others in zsmalloc. > > Signed-off-by: Ganesh Mahendran Acked-by: Minchan Kim

Re: [PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-04 Thread Sergey Senozhatsky
On (07/04/16 14:49), Ganesh Mahendran wrote: > This is a cleanup patch. Change "index" to "obj_index" to keep > consistent with others in zsmalloc. > > Signed-off-by: Ganesh Mahendran Reviewed-by: Sergey Senozhatsky -ss

Re: [PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-04 Thread Sergey Senozhatsky
On (07/04/16 14:49), Ganesh Mahendran wrote: > This is a cleanup patch. Change "index" to "obj_index" to keep > consistent with others in zsmalloc. > > Signed-off-by: Ganesh Mahendran Reviewed-by: Sergey Senozhatsky -ss

[PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-04 Thread Ganesh Mahendran
This is a cleanup patch. Change "index" to "obj_index" to keep consistent with others in zsmalloc. Signed-off-by: Ganesh Mahendran v2: none --- mm/zsmalloc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/zsmalloc.c

[PATCH v2 2/8] mm/zsmalloc: use obj_index to keep consistent with others

2016-07-04 Thread Ganesh Mahendran
This is a cleanup patch. Change "index" to "obj_index" to keep consistent with others in zsmalloc. Signed-off-by: Ganesh Mahendran v2: none --- mm/zsmalloc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index