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

2014-02-14 Thread Christoph Lameter
On Fri, 14 Feb 2014, Joonsoo Kim wrote: > Factor out initialization of array cache to use it in following patch. Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2014-02-14 Thread Christoph Lameter
On Fri, 14 Feb 2014, Joonsoo Kim wrote: Factor out initialization of array cache to use it in following patch. Acked-by: Christoph Lameter c...@linux.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

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

2014-02-13 Thread Joonsoo Kim
Factor out initialization of array cache to use it in following patch. Signed-off-by: Joonsoo Kim diff --git a/mm/slab.c b/mm/slab.c index 551d503..90bfd79 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -741,13 +741,8 @@ static void start_cpu_timer(int cpu) } } -static struct array_cache

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

2014-02-13 Thread Joonsoo Kim
Factor out initialization of array cache to use it in following patch. Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com diff --git a/mm/slab.c b/mm/slab.c index 551d503..90bfd79 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -741,13 +741,8 @@ static void start_cpu_timer(int cpu) } }