linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Make blk_mq_map_queues() return void
@ 2022-08-15 17:00 Bart Van Assche
  2022-08-15 17:00 ` [PATCH v2 1/2] null_blk: Modify the behavior of null_map_queues() Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bart Van Assche @ 2022-08-15 17:00 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hi Jens,

The only block driver for which the .map_queues() callback can fail is
null_blk. Since most blk_mq_map_queues() callers ignore the return value of
this function, modify the null_blk driver such that its .map_queues()
callback does not fail and change the blk_mq_map_queues() return type into
void.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v1:
- Combined all patches except one into a single patch as requested by Christoph.

Bart Van Assche (2):
  null_blk: Modify the behavior of null_map_queues()
  block: Change the return type of blk_mq_map_queues() into void

 block/blk-mq-cpumap.c                     |  4 +---
 block/blk-mq-pci.c                        |  7 +++----
 block/blk-mq-rdma.c                       |  6 +++---
 block/blk-mq-virtio.c                     |  7 ++++---
 block/blk-mq.c                            | 10 ++++------
 drivers/block/null_blk/main.c             |  8 ++++----
 drivers/block/rnbd/rnbd-clt.c             |  4 +---
 drivers/block/virtio_blk.c                |  4 +---
 drivers/nvme/host/fc.c                    |  3 +--
 drivers/nvme/host/pci.c                   |  4 +---
 drivers/nvme/host/rdma.c                  |  4 +---
 drivers/nvme/host/tcp.c                   |  4 +---
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c    |  5 +----
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c    |  5 ++---
 drivers/scsi/megaraid/megaraid_sas_base.c |  6 ++----
 drivers/scsi/mpi3mr/mpi3mr_os.c           |  5 +----
 drivers/scsi/mpt3sas/mpt3sas_scsih.c      |  5 ++---
 drivers/scsi/pm8001/pm8001_init.c         |  2 +-
 drivers/scsi/qla2xxx/qla_nvme.c           |  6 +-----
 drivers/scsi/qla2xxx/qla_os.c             | 10 ++++------
 drivers/scsi/qlogicpti.c                  |  6 ++----
 drivers/scsi/scsi_debug.c                 |  7 ++-----
 drivers/scsi/scsi_lib.c                   |  4 ++--
 drivers/scsi/smartpqi/smartpqi_init.c     |  6 +++---
 drivers/scsi/virtio_scsi.c                |  4 ++--
 drivers/ufs/core/ufshcd.c                 |  9 +++------
 include/linux/blk-mq-pci.h                |  4 ++--
 include/linux/blk-mq-rdma.h               |  2 +-
 include/linux/blk-mq-virtio.h             |  2 +-
 include/linux/blk-mq.h                    |  4 ++--
 include/scsi/scsi_host.h                  |  2 +-
 31 files changed, 60 insertions(+), 99 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-21  5:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-15 17:00 [PATCH v2 0/2] Make blk_mq_map_queues() return void Bart Van Assche
2022-08-15 17:00 ` [PATCH v2 1/2] null_blk: Modify the behavior of null_map_queues() Bart Van Assche
2022-08-16  5:26   ` Chaitanya Kulkarni
2022-08-21  5:43   ` Christoph Hellwig
2022-08-15 17:00 ` [PATCH v2 2/2] block: Change the return type of blk_mq_map_queues() into void Bart Van Assche
2022-08-17  9:36   ` John Garry
2022-08-17 10:31   ` Sagi Grimberg
2022-08-18 10:04     ` Haris Iqbal
2022-08-21  5:43   ` Christoph Hellwig
2022-08-19 20:56 ` [PATCH v2 0/2] Make blk_mq_map_queues() return void Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).