On Wed, Jun 21, 2023 at 01:12:34PM -0700, Bart Van Assche wrote: > Patch "block: Preserve the order of requeued requests" changed > blk_mq_kick_requeue_list() and blk_mq_delay_kick_requeue_list() into > blk_mq_run_hw_queues() and blk_mq_delay_run_hw_queues() calls > respectively. Inline blk_mq_{,delay_}kick_requeue_list() because these > functions are now too short to keep these as separate functions. > > Acked-by: Vineeth Vijayan <vneethv@xxxxxxxxxxxxx> [ for the s390 changes ] > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Damien Le Moal <dlemoal@xxxxxxxxxx> > Cc: Ming Lei <ming.lei@xxxxxxxxxx> > Cc: Mike Snitzer <snitzer@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> For the blkfront change: Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Thanks, Roger.