diff --git a/block/blk-core.c b/block/blk-core.c index e9754dc98ec4de5d73fa246f854272e1bc6f1295..c013ca22eb67359748aefc61910871ddecc68147 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -38,7 +38,7 @@ static int __make_request(struct request_queue *q, struct bio *bio); /* * For the allocated request tables */ -struct kmem_cache *request_cachep; +static struct kmem_cache *request_cachep; /* * For queue allocation