dm: update stale comment in end_clone_bio()
[linux-2.6-microblaze.git] / drivers / md / dm-rq.c
index 5f7063f..c9e44ac 100644 (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)