1
0
Fork 0

make blk-core.c:request_cachep static again

request_cachep needlessly became global.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
hifive-unleashed-5.1
Adrian Bunk 2008-02-18 13:45:51 +01:00 committed by Jens Axboe
parent 9a4c8546f3
commit 5ece6c52ea
1 changed files with 1 additions and 1 deletions

View File

@ -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