linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] scsi: cleanup hardcoding by replacing 0 by HCTX_TYPE_DEFAULT
@ 2019-03-12  1:00 Dongli Zhang
  2019-03-12  1:00 ` [PATCH 1/4] scsi: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->map Dongli Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dongli Zhang @ 2019-03-12  1:00 UTC (permalink / raw)
  To: linux-scsi, qla2xxx-upstream, linux-kernel
  Cc: jejb, martin.petersen, don.brace, esc.storagedev, dongli.zhang

As in commit 7d76f8562f4c ("blk-mq: use HCTX_TYPE_DEFAULT but not 0 to
index blk_mq_tag_set->map"), this patch set cleanup driver/scsi/* to index
blk_mq_tag_set->map[] with HCTX_TYPE_DEFAULT, but not 0.

 drivers/scsi/qla2xxx/qla_os.c         | 2 +-
 drivers/scsi/scsi_lib.c               | 2 +-
 drivers/scsi/smartpqi/smartpqi_init.c | 2 +-
 drivers/scsi/virtio_scsi.c            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Dongli Zhang


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

end of thread, other threads:[~2019-03-19 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  1:00 [PATCH 0/4] scsi: cleanup hardcoding by replacing 0 by HCTX_TYPE_DEFAULT Dongli Zhang
2019-03-12  1:00 ` [PATCH 1/4] scsi: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->map Dongli Zhang
2019-03-12  1:00 ` [PATCH 2/4] scsi: virtio_scsi: " Dongli Zhang
2019-03-12  1:00 ` [PATCH 3/4] scsi: qla2xxx: " Dongli Zhang
2019-03-12  1:00 ` [PATCH 4/4] scsi: smartpqi: " Dongli Zhang
2019-03-19 18:44 ` [PATCH 0/4] scsi: cleanup hardcoding by replacing 0 by HCTX_TYPE_DEFAULT Martin K. Petersen

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).