| commit | b4916cb17c261a6043bcb2a98d0d6512497a7cf8 | [log] [tgz] |
|---|---|---|
| author | Joonsoo Kim <js1304@gmail.com> | Mon Oct 29 22:59:58 2012 +0900 |
| committer | Tejun Heo <tj@kernel.org> | Mon Oct 29 08:49:47 2012 -0700 |
| tree | 1a8a2282cb0ef22588464f180a5f453283f12bd8 | |
| parent | 6b0cb4eef7bdaa27b8021ea81813fba330a2d94d [diff] |
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>