From: Christoph Lameter Date: Tue, 4 Sep 2012 23:06:14 +0000 (+0000) Subject: mm/slub: Use kmem_cache for the kmem_cache structure X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~1^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208c4358dc4a8f0fe99e49eb8d21a869b01e7d34;p=pandora-kernel.git mm/slub: Use kmem_cache for the kmem_cache structure Do not use kmalloc() but kmem_cache_alloc() for the allocation of the kmem_cache structures in slub. Reviewed-by: Glauber Costa Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed