linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dongli Zhang <dongli.zhang@oracle.com>
To: linux-scsi@vger.kernel.org, qla2xxx-upstream@qlogic.com,
	linux-kernel@vger.kernel.org
Cc: jejb@linux.ibm.com, martin.petersen@oracle.com,
	don.brace@microsemi.com, esc.storagedev@microsemi.com,
	dongli.zhang@oracle.com
Subject: [PATCH 0/4] scsi: cleanup hardcoding by replacing 0 by HCTX_TYPE_DEFAULT
Date: Tue, 12 Mar 2019 09:00:27 +0800	[thread overview]
Message-ID: <1552352431-18821-1-git-send-email-dongli.zhang@oracle.com> (raw)

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


             reply	other threads:[~2019-03-12  0:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  1:00 Dongli Zhang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552352431-18821-1-git-send-email-dongli.zhang@oracle.com \
    --to=dongli.zhang@oracle.com \
    --cc=don.brace@microsemi.com \
    --cc=esc.storagedev@microsemi.com \
    --cc=jejb@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=qla2xxx-upstream@qlogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).