Re: [PATCH] percpu: change a method freeing a chunk for consistency.

2012-10-29 Thread Tejun Heo
On Mon, Oct 29, 2012 at 10:59:58PM +0900, Joonsoo Kim wrote: > commit 099a19d9('allow limited allocation before slab is online') changes a > method > allocating a chunk from kzalloc to pcpu_mem_alloc. > But, it missed changing matched free operation. > It may not be a problem for now, but fix it f

[PATCH] percpu: change a method freeing a chunk for consistency.

2012-10-29 Thread Joonsoo Kim
commit 099a19d9('allow limited allocation before slab is online') changes a method allocating a chunk from kzalloc to pcpu_mem_alloc. But, it missed changing matched free operation. It may not be a problem for now, but fix it for consistency. Signed-off-by: Joonsoo Kim Cc: Christoph Lameter di