Message ID | 1474047440-3221-1-git-send-email-xose.vazquez@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Rebased and merged. Thanks. On Fri, Sep 16, 2016 at 7:37 PM, Xose Vazquez Perez <xose.vazquez@gmail.com> wrote: > There can be only one. > > Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> > Cc: device-mapper development <dm-devel@redhat.com> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> > --- > libmultipath/hwtable.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index aaf7480..b8b5bb7 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -150,7 +150,7 @@ static struct hwentry default_hw[] = { > .product = "SAN DataDirector", > }, > /* > - * EMC > + * Dell EMC > */ > { > /* Symmetrix / DMX / VMAX */ > @@ -181,9 +181,6 @@ static struct hwentry default_hw[] = { > .vendor = "XtremIO", > .product = "XtremApp", > }, > - /* > - * DELL > - */ > { > /* > * Dell SC Series, formerly Compellent > -- > 2.7.4 > > -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index aaf7480..b8b5bb7 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -150,7 +150,7 @@ static struct hwentry default_hw[] = { .product = "SAN DataDirector", }, /* - * EMC + * Dell EMC */ { /* Symmetrix / DMX / VMAX */ @@ -181,9 +181,6 @@ static struct hwentry default_hw[] = { .vendor = "XtremIO", .product = "XtremApp", }, - /* - * DELL - */ { /* * Dell SC Series, formerly Compellent
There can be only one. Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> --- libmultipath/hwtable.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)