commit | d6a25b31315327eef7785b895c354cc45c3f3742 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Feb 20 15:32:38 2014 -0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Feb 21 08:58:49 2014 -0800 |
tree | f32ed70506c097efa67526ed4a1eb63482056046 | |
parent | feb71dae1f9e0aeb056f7f639a21e620d327fc66 [diff] |
blk-mq: support partial I/O completions Add a new blk_mq_end_io_partial function to partially complete requests as needed by the SCSI layer. We do this by reusing blk_update_request to advance the bio instead of having a simplified version of it in the blk-mq code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>