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

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

make blk-core.c:request_cachep static again



request_cachep needlessly became global.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@carl.home.kernel.dk>
parent 9a4c8546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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