aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2006-12-06 20:32:48 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 08:39:22 -0800
commitc43692e85f306667545b91194c748a6e46c1f8b4 (patch)
tree5a1a47c0ddeded4d4591befcd3176f50669cd322 /include/linux/slab.h
parent[PATCH] Move sighand_cachep to include/signal.h (diff)
downloadlinux-dev-c43692e85f306667545b91194c748a6e46c1f8b4.tar.xz
linux-dev-c43692e85f306667545b91194c748a6e46c1f8b4.zip
[PATCH] Move vm_area_cachep to include/mm.h
vm_area_cachep is used to store vm_area_structs. So move to mm.h. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r--include/linux/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 467b297d2c6f..a30a4028a92e 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -309,7 +309,6 @@ static inline void *kcalloc(size_t n, size_t size, gfp_t flags)
#endif /* CONFIG_SLOB */
/* System wide caches */
-extern kmem_cache_t *vm_area_cachep;
extern kmem_cache_t *names_cachep;
extern kmem_cache_t *files_cachep;
extern kmem_cache_t *filp_cachep;