projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4c854
)
make blk-core.c:request_cachep static again
author
Adrian Bunk
<bunk@kernel.org>
Mon, 18 Feb 2008 12:45:51 +0000
(13:45 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 19 Feb 2008 09:04:00 +0000
(10:04 +0100)
request_cachep needlessly became global.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
block/blk-core.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-core.c
b/block/blk-core.c
index e9754dc98ec4de5d73fa246f854272e1bc6f1295..c013ca22eb67359748aefc61910871ddecc68147 100644
(file)
--- 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;
+st
atic st
ruct kmem_cache *request_cachep;
/*
* For queue allocation