From: Pavel Begunkov Date: Thu, 20 Jun 2019 17:50:50 +0000 (+0300) Subject: dm: update stale comment in end_clone_bio() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d370ad23a5553f9128da24e029993f4091bc04d7;p=openwrt%2Fstaging%2Fblogic.git dm: update stale comment in end_clone_bio() Since commit a1ce35fa49852db60fc6e268 ("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 Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-rq.c b/drivers/md/dm-rq.c index 5f7063f05ae0..c9e44ac1f9a6 100644 --- a/drivers/md/dm-rq.c +++ b/drivers/md/dm-rq.c @@ -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)