From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin George Subject: Re: [PATCH] multipath-tools: new ONTAP maintainer Date: Fri, 24 Jun 2016 23:18:01 +0530 Message-ID: <576D7251.4090909@netapp.com> References: <1466694400-7044-1-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1466694400-7044-1-git-send-email-xose.vazquez@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Xose Vazquez Perez Cc: development , device-mapper@redhat.com List-Id: dm-devel.ids Looks good. Acked-by: Martin George On 6/23/2016 8:36 PM, Xose Vazquez Perez wrote: > Martin George is in charge of the ONTAP family. > > Cc: Martin George > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > libmultipath/hwtable.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index 38487c1..c845547 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -783,7 +783,10 @@ static struct hwentry default_hw[] = { > .prio_args = NULL, > }, > /* > - * NETAPP > + * NETAPP ONTAP family > + * > + * Maintainer : Martin George > + * Mail : marting@netapp.com > */ > { > .vendor = "NETAPP", > @@ -803,10 +806,8 @@ static struct hwentry default_hw[] = { > .retain_hwhandler = RETAIN_HWHANDLER_ON, > .detect_prio = DETECT_PRIO_ON, > }, > - /* > - * IBM NSeries (NETAPP) > - */ > { > + /* IBM NSeries */ > .vendor = "IBM", > .product = "Nseries.*", > .features = "1 queue_if_no_path", >