From: Adrian Bunk Date: Mon, 18 Feb 2008 12:45:51 +0000 (+0100) Subject: make blk-core.c:request_cachep static again X-Git-Tag: v2.6.25-rc3~122^2~14 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5ece6c52ea52f9e94298e950a837ccff415c7687;p=~emulex%2Finfiniband.git make blk-core.c:request_cachep static again request_cachep needlessly became global. Signed-off-by: Adrian Bunk Signed-off-by: Jens Axboe --- diff --git a/block/blk-core.c b/block/blk-core.c index e9754dc98ec..c013ca22eb6 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