Skip to content

Commit

Permalink
make blk-core.c:request_cachep static again
Browse files Browse the repository at this point in the history
request_cachep needlessly became global.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
  • Loading branch information
Adrian Bunk authored and Jens Axboe committed Feb 19, 2008
1 parent 9a4c854 commit 5ece6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ece6c5

Please sign in to comment.