commit | f97d5f634d3b5133951424fae751db1f339548bd | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Thu Jan 10 19:12:17 2013 +0000 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Feb 01 12:32:08 2013 +0200 |
tree | cb4db9a78c8eb1bd0522679d90f553d40d15f3e9 | |
parent | 9425c58e5445277699ff3c2a87bac1cfebc1b48d [diff] |
slab: Common function to create the kmalloc array The kmalloc array is created in similar ways in both SLAB and SLUB. Create a common function and have both allocators call that function. V1->V2: Whitespace cleanup Reviewed-by: Glauber Costa <glommer@parallels.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>