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:
f2298c0
)
blk-mq: add blk_mq_stop_hw_queues
author
Christoph Hellwig
<hch@lst.de>
Fri, 25 Oct 2013 13:45:58 +0000
(14:45 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 25 Oct 2013 13:45:58 +0000
(14:45 +0100)
Add a helper to iterate over all hw queues and stop them. This is useful
for driver that implement PM suspend functionality.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Modified to just call blk_mq_stop_hw_queue() by Jens.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found