提交 8d849275 编写于 作者: J Jens Axboe 提交者: Martin K. Petersen

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: NJens Axboe <axboe@kernel.dk>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 5d25ff7a
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册