projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e305005
)
[PATCH] Remove bio_cachep from slab.h
author
Christoph Lameter
<clameter@sgi.com>
Thu, 7 Dec 2006 04:32:45 +0000
(20:32 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:22 +0000
(08:39 -0800)
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>
include/linux/slab.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/slab.h
b/include/linux/slab.h
index 66c4640d36562da39938de7d3c9e491eff5582ce..6b7d096f056b6110ceac19d25c07f7d062809335 100644
(file)
--- 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__ */