diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-ioc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-ioc.c b/block/blk-ioc.c index 80245dc30c75..4ae0929c6e38 100644 --- a/block/blk-ioc.c +++ b/block/blk-ioc.c | |||
@@ -176,7 +176,7 @@ void copy_io_context(struct io_context **pdst, struct io_context **psrc) | |||
176 | } | 176 | } |
177 | EXPORT_SYMBOL(copy_io_context); | 177 | EXPORT_SYMBOL(copy_io_context); |
178 | 178 | ||
179 | int __init blk_ioc_init(void) | 179 | static int __init blk_ioc_init(void) |
180 | { | 180 | { |
181 | iocontext_cachep = kmem_cache_create("blkdev_ioc", | 181 | iocontext_cachep = kmem_cache_create("blkdev_ioc", |
182 | sizeof(struct io_context), 0, SLAB_PANIC, NULL); | 182 | sizeof(struct io_context), 0, SLAB_PANIC, NULL); |