mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
scsi: osd: initiator should use mq variant of request ending
This is currently wrong since it isn't dependent on if we're using mq or not. At least now it'll be correct when we force mq. Cc: linux-scsi@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
5d25ff7a54
commit
8d849275dc
@ -445,7 +445,7 @@ static void _put_request(struct request *rq)
|
||||
* code paths.
|
||||
*/
|
||||
if (unlikely(rq->bio))
|
||||
blk_end_request(rq, BLK_STS_IOERR, blk_rq_bytes(rq));
|
||||
blk_mq_end_request(rq, BLK_STS_IOERR);
|
||||
else
|
||||
blk_put_request(rq);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user