aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2019-06-20 20:50:50 +0300
committerMike Snitzer <snitzer@redhat.com>2019-07-09 14:14:20 -0400
commitd370ad23a5553f9128da24e029993f4091bc04d7 (patch)
tree702583609bc1708a4f933debf271c8b081ab1de6 /drivers/md
parentdm log writes: fix incorrect comment about the logged sequence example (diff)
downloadlinux-dev-d370ad23a5553f9128da24e029993f4091bc04d7.tar.xz
linux-dev-d370ad23a5553f9128da24e029993f4091bc04d7.zip
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 <asml.silence@gmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/dm-rq.c2
1 files changed, 1 insertions, 1 deletions
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)