On Wed, Jan 18, 2023 at 05:37:18PM +0800, Kemeng Shi wrote: > Function blk_mq_plug_issue_direct tries to issue batch requests in plug > list to driver directly. We will only issue plug request to driver if we > are not from scheduler, so from_scheduler parameter of > blk_mq_plug_issue_direct is always false. > Remove unncessary from_scheduler of blk_mq_plug_issue_direct. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>