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:
2f26855
)
blk-mq: add blk_mq_requeue_request
author
Christoph Hellwig
<hch@lst.de>
Wed, 16 Apr 2014 07:44:57 +0000
(09:44 +0200)
committer
Jens Axboe
<axboe@fb.com>
Wed, 16 Apr 2014 20:15:25 +0000
(14:15 -0600)
This allows to requeue a request that has been accepted by ->queue_rq
earlier. This is needed by the SCSI layer in various error conditions.
The existing internal blk_mq_requeue_request is renamed to
__blk_mq_requeue_request as it is a lower level building block for this
funtionality.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
patch
|
blob
|
history
include/linux/blk-mq.h
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge
diff --cc
include/linux/blk-mq.h
Simple merge