From: Christoph Lameter Date: Thu, 7 Dec 2006 04:32:59 +0000 (-0800) Subject: [PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h X-Git-Tag: v2.6.20-rc1~145^2^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe29738f3934ad6a93c8bd76e30aa5d797a269d;p=pandora-kernel.git [PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h Remove all uses of kmem_cache_t (the most were left in slab.h). The typedef for kmem_cache_t is then only necessary for other kernel subsystems. Add a comment to that effect. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed