Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13341598 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jens Axboe
Browse files

make blk_ioc_init() static



blk_ioc_init() can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@carl.home.kernel.dk>
parent 5ece6c52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ void copy_io_context(struct io_context **pdst, struct io_context **psrc)
}
EXPORT_SYMBOL(copy_io_context);

int __init blk_ioc_init(void)
static int __init blk_ioc_init(void)
{
	iocontext_cachep = kmem_cache_create("blkdev_ioc",
			sizeof(struct io_context), 0, SLAB_PANIC, NULL);