From: Christoph Lameter Date: Thu, 10 Jan 2013 19:12:17 +0000 (+0000) Subject: slab: Common function to create the kmalloc array X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~15^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97d5f634d3b5133951424fae751db1f339548bd;p=pandora-kernel.git 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 Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed