From: Christoph Lameter Date: Tue, 4 Sep 2012 23:38:33 +0000 (+0000) Subject: mm/sl[aou]b: Get rid of __kmem_cache_destroy X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c3667fb780e20360ad0bde32dfb3591ef609ad;p=pandora-kernel.git mm/sl[aou]b: Get rid of __kmem_cache_destroy What is done there can be done in __kmem_cache_shutdown. This affects RCU handling somewhat. On rcu free all slab allocators do not refer to other management structures than the kmem_cache structure. Therefore these other structures can be freed before the rcu deferred free to the page allocator occurs. Reviewed-by: Joonsoo Kim Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed