From: Matthew Dobson Date: Wed, 1 Feb 2006 11:05:46 +0000 (-0800) Subject: [PATCH] slab: extract slab_destroy_objs() X-Git-Tag: v2.6.16-rc2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12dd36faec5d3bd96da84fa8f76efecc632930ab;p=pandora-kernel.git [PATCH] slab: extract slab_destroy_objs() Create a helper function, slab_destroy_objs() which called from slab_destroy(). This makes slab_destroy() smaller and more readable, and moves ifdefs outside the function body. Signed-off-by: Matthew Dobson Acked-by: Manfred Spraul Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed