commit | ed0791b2f83cec4e77d88c4e9baabcebf9254a78 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 16 09:44:57 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed Apr 16 14:15:25 2014 -0600 |
tree | a29b2fc04373c76a7889a3b4f1e43709a3f08fbc | |
parent | 2f268556567ebeb3538f99b9bdad177581439dcb [diff] |
blk-mq: add blk_mq_requeue_request 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>