From: James Bottomley <jejb@linux.vnet.ibm.com>
To: Hannes Reinecke <hare@suse.de>,
Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Christoph Hellwig <hch@lst.de>,
Christophe Varoqui <christophe.varoqui@opensvc.com>,
"Martin K . Petersen" <martin.petersen@oracle.com>,
SCSI ML <linux-scsi@vger.kernel.org>,
device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH] scsi: replace wrong device handler name for CLARiiON arrays
Date: Sun, 09 Oct 2016 07:21:45 +0800 [thread overview]
Message-ID: <1475968905.2892.11.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <612033e6-1caa-30e8-b4f2-8cf3fd5190c7@suse.de>
On Sat, 2016-10-08 at 19:17 +0200, Hannes Reinecke wrote:
> On 10/07/2016 06:19 PM, Xose Vazquez Perez wrote:
> > At drivers/scsi/device_handler/scsi_dh_emc.c it was defined as:
> > #define CLARIION_NAME "emc"
> >
> > Cc: Christoph Hellwig <hch@lst.de>
> > Cc: Hannes Reinecke <hare@suse.de>
> > Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> > Cc: James E.J. Bottomley <jejb@linux.vnet.ibm.com>
> > Cc: Martin K. Petersen <martin.petersen@oracle.com>
> > Cc: SCSI ML <linux-scsi@vger.kernel.org>
> > Cc: device-mapper development <dm-devel@redhat.com>
> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> > ---
> > drivers/scsi/scsi_dh.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c
> > index 54d446c..b8d3b97 100644
> > --- a/drivers/scsi/scsi_dh.c
> > +++ b/drivers/scsi/scsi_dh.c
> > @@ -36,9 +36,9 @@ struct scsi_dh_blist {
> > };
> >
> > static const struct scsi_dh_blist scsi_dh_blist[] = {
> > - {"DGC", "RAID", "clariion" },
> > - {"DGC", "DISK", "clariion" },
> > - {"DGC", "VRAID", "clariion" },
> > + {"DGC", "RAID", "emc" },
> > + {"DGC", "DISK", "emc" },
> > + {"DGC", "VRAID", "emc" },
> >
> > {"COMPAQ", "MSA1000 VOLUME", "hp_sw" },
> > {"COMPAQ", "HSV110", "hp_sw" },
> >
> Whee. Of course.
>
> Reviewed-by: Hannes Reinecke <hare@suse.com>
Actually, should we replace? Aren't there older arrays still bearing
the clariion name, so we should have these entries in addition?
James
next prev parent reply other threads:[~2016-10-08 23:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 16:19 [PATCH] scsi: replace wrong device handler name for CLARiiON arrays Xose Vazquez Perez
2016-10-08 17:17 ` Hannes Reinecke
2016-10-08 23:21 ` James Bottomley [this message]
2016-10-09 15:19 ` Christoph Hellwig
2016-10-10 3:18 ` [dm-devel] " James Bottomley
2016-10-11 21:58 ` 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=1475968905.2892.11.camel@linux.vnet.ibm.com \
--to=jejb@linux.vnet.ibm.com \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-devel@redhat.com \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=xose.vazquez@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.