git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db507b3
)
blk-mq: make blk_mq_run_queues() static
author
Jens Axboe
<axboe@fb.com>
Tue, 10 Feb 2015 20:31:34 +0000
(13:31 -0700)
committer
Jens Axboe
<axboe@fb.com>
Tue, 10 Feb 2015 20:31:34 +0000
(13:31 -0700)
We no longer use it outside of blk-mq.c, so we can make it static
and stop exporting it. Additionally, kill the 'async' argument, as
there's only one used of it.
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found