diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-12-06 23:32:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:22 -0500 |
commit | 54cc211ce3fc73a9d21c6316886db0676beaca95 (patch) | |
tree | 1b78720012a6f1b8764c2937791eb59b3add2ca0 /include/linux/slab.h | |
parent | e30500557eca09ddd340806ce44abf84d9115ab1 (diff) |
[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.h | 1 |
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; | |||
315 | extern kmem_cache_t *filp_cachep; | 315 | extern kmem_cache_t *filp_cachep; |
316 | extern kmem_cache_t *fs_cachep; | 316 | extern kmem_cache_t *fs_cachep; |
317 | extern kmem_cache_t *sighand_cachep; | 317 | extern kmem_cache_t *sighand_cachep; |
318 | extern kmem_cache_t *bio_cachep; | ||
319 | 318 | ||
320 | #endif /* __KERNEL__ */ | 319 | #endif /* __KERNEL__ */ |
321 | 320 | ||