1
0
Fork 0

dm: update stale comment in end_clone_bio()

Since commit a1ce35fa49 ("block: remove dead elevator
code") blk_end_request() has been replaced with blk_mq_end_request().
So update comment to reference blk_mq_end_request() accordingly.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
alistair/sunxi64-5.4-dsi
Pavel Begunkov 2019-06-20 20:50:50 +03:00 committed by Mike Snitzer
parent 7537dad791
commit d370ad23a5
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static void end_clone_bio(struct bio *clone)
/*
* Update the original request.
* Do not use blk_end_request() here, because it may complete
* Do not use blk_mq_end_request() here, because it may complete
* the original request before the clone, and break the ordering.
*/
if (is_last)