aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2006-12-06 20:32:45 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 08:39:22 -0800
commit54cc211ce3fc73a9d21c6316886db0676beaca95 (patch)
tree1b78720012a6f1b8764c2937791eb59b3add2ca0 /include/linux/slab.h
parent[PATCH] make mm/thrash.c:global_faults static (diff)
downloadlinux-dev-54cc211ce3fc73a9d21c6316886db0676beaca95.tar.xz
linux-dev-54cc211ce3fc73a9d21c6316886db0676beaca95.zip
[PATCH] Remove bio_cachep from slab.h
Remove bio_cachep from slab.h - it no longer exists. 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 66c4640d3656..6b7d096f056b 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -315,7 +315,6 @@ extern kmem_cache_t *files_cachep;
extern kmem_cache_t *filp_cachep;
extern kmem_cache_t *fs_cachep;
extern kmem_cache_t *sighand_cachep;
-extern kmem_cache_t *bio_cachep;
#endif /* __KERNEL__ */