diff options
author | Christoph Lameter <clameter@sgi.com> | 2006-12-06 20:32:45 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:22 -0800 |
commit | 54cc211ce3fc73a9d21c6316886db0676beaca95 (patch) | |
tree | 1b78720012a6f1b8764c2937791eb59b3add2ca0 | |
parent | e30500557eca09ddd340806ce44abf84d9115ab1 (diff) | |
download | linux-3.10-54cc211ce3fc73a9d21c6316886db0676beaca95.tar.gz linux-3.10-54cc211ce3fc73a9d21c6316886db0676beaca95.tar.bz2 linux-3.10-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>
-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 66c4640d365..6b7d096f056 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__ */ |