Re: [PATCH v3 4/9] slab: factor out initialization of arracy cache

2014-07-01 Thread Joonsoo Kim
On Tue, Jul 01, 2014 at 03:26:26PM -0700, David Rientjes wrote: > On Tue, 1 Jul 2014, Joonsoo Kim wrote: > > > Factor out initialization of array cache to use it in following patch. > > > > Acked-by: Christoph Lameter > > Signed-off-by: Joonsoo Kim > > Not sure what happened to my > > Acked-b

Re: [PATCH v3 4/9] slab: factor out initialization of arracy cache

2014-07-01 Thread David Rientjes
On Tue, 1 Jul 2014, Joonsoo Kim wrote: > Factor out initialization of array cache to use it in following patch. > > Acked-by: Christoph Lameter > Signed-off-by: Joonsoo Kim Not sure what happened to my Acked-by: David Rientjes from http://marc.info/?l=linux-mm&m=139951195724487 and my comme

[PATCH v3 4/9] slab: factor out initialization of arracy cache

2014-07-01 Thread Joonsoo Kim
Factor out initialization of array cache to use it in following patch. Acked-by: Christoph Lameter Signed-off-by: Joonsoo Kim --- mm/slab.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/mm/slab.c b/mm/slab.c index 59b9a4c..00b6bbc 1006