commit | ebe29738f3934ad6a93c8bd76e30aa5d797a269d | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed Dec 06 20:32:59 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:23 2006 -0800 |
tree | bde287ec1b33aaeaa0941eeac6bdb677eec3feb3 | |
parent | b86c089b83b8ae2bc814db865057768a9ba787b5 [diff] |
[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 <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>