percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()
authorJoonsoo Kim <js1304@gmail.com>
Mon, 29 Oct 2012 13:59:58 +0000 (22:59 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 29 Oct 2012 15:49:47 +0000 (08:49 -0700)
commitb4916cb17c261a6043bcb2a98d0d6512497a7cf8
tree1a8a2282cb0ef22588464f180a5f453283f12bd8
parent6b0cb4eef7bdaa27b8021ea81813fba330a2d94d
percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()

commit 099a19d9('allow limited allocation before slab is online') made
pcpu_alloc_chunk() use pcpu_mem_zalloc() but forgot to update
pcpu_free_chunk() accordingly.  This doesn't cause any immediate
problema, but fix it for consistency.

tj: commit message updated

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c