On 5/22/23 20:38, 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.

Cc: Christoph Hellwig <h...@lst.de>
Cc: Damien Le Moal <dlem...@kernel.org>
Cc: Ming Lei <ming....@redhat.com>
Cc: Mike Snitzer <snit...@kernel.org>
Signed-off-by: Bart Van Assche <bvanass...@acm.org>
---
  block/blk-flush.c            |  4 ++--
  block/blk-mq-debugfs.c       |  2 +-
  block/blk-mq.c               | 16 +---------------
  drivers/block/ublk_drv.c     |  6 +++---
  drivers/block/xen-blkfront.c |  1 -
  drivers/md/dm-rq.c           |  6 +++---
  drivers/nvme/host/core.c     |  2 +-
  drivers/s390/block/scm_blk.c |  2 +-
  drivers/scsi/scsi_lib.c      |  2 +-
  include/linux/blk-mq.h       |  2 --
  10 files changed, 13 insertions(+), 30 deletions(-)
The scm_blk.c changes looks good to me. thanks.

Acked-by: Vineeth Vijayan <vnee...@linux.ibm.com>

...

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel

Reply via email to