dm: update stale comment in end_clone_bio()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 20 Jun 2019 17:50:50 +0000 (20:50 +0300)
committerMike Snitzer <snitzer@redhat.com>
Tue, 9 Jul 2019 18:14:20 +0000 (14:14 -0400)
commitd370ad23a5553f9128da24e029993f4091bc04d7
tree702583609bc1708a4f933debf271c8b081ab1de6
parent7537dad791cdbaf856c05f9dd977556ccd830ef0
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>
drivers/md/dm-rq.c