Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / block / blk-core.c
index fc60ff2..9bcdae9 100644 (file)
@@ -1161,10 +1161,8 @@ static blk_status_t blk_cloned_rq_check_limits(struct request_queue *q,
        }
 
        /*
-        * queue's settings related to segment counting like q->bounce_pfn
-        * may differ from that of other stacking queues.
-        * Recalculate it to check the request correctly on this queue's
-        * limitation.
+        * The queue settings related to segment counting may differ from the
+        * original queue.
         */
        rq->nr_phys_segments = blk_recalc_rq_segments(rq);
        if (rq->nr_phys_segments > queue_max_segments(q)) {