From: Christoph Lameter Date: Tue, 26 Sep 2006 06:31:37 +0000 (-0700) Subject: [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy X-Git-Tag: v2.6.19-rc1~1178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=117f6eb1d8b8deb6f19fc88fc15bdb413c2a0c79;p=pandora-kernel.git [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy The ability to free memory allocated to a slab cache is also useful if an error occurs during setup of a slab. So extract the function. Signed-off-by: Christoph Lameter Cc: Pekka Enberg Cc: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed