Re: [PATCH 0/3] mmc: Improve block layer requeueing behavior

From: Bart Van Assche
Date: Mon Nov 21 2022 - 15:00:41 EST


On 11/21/22 11:42, Adrian Hunter wrote:
blk_queue_max_hw_sectors() does not allow it.

Right, I modified blk_queue_max_segment_size() in my patch series but not blk_queue_max_hw_sectors(). Adding a change for blk_queue_max_hw_sectors() to that patch series should be easy since that patch series already adds support for max_sectors being smaller than the page size.

Thanks,

Bart.