From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: [PATCH] multipath-tools: unreachable controllers maintainers Date: Sun, 5 Jun 2016 21:54:31 +0200 Message-ID: <1465156471-20249-1-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Cc: matthias.rudolph@hds.com, Xose Vazquez Perez , sramani@pillardata.com, yacine@alyseo.com, g.shyamsundar@yahoo.co.in, device-mapper development , sean.stewart@netapp.com, brking@linux.vnet.ibm.com, bartb@pivot3.com, egoggin@emc.com List-Id: dm-devel.ids Replace 3 unreachable controllers maintainers, their emails are bounced, with the default maintainer(Christophe Varoqui ) Compellent Technologies, Inc.: Jim Lester NETAPP controller family: Dave Wysochanski IBM NSeries (NETAPP) controller family: Dave Wysochanski Cc: bartb@pivot3.com Cc: brking@linux.vnet.ibm.com Cc: egoggin@emc.com Cc: g.shyamsundar@yahoo.co.in Cc: matthias.rudolph@hds.com Cc: sean.stewart@netapp.com Cc: sramani@pillardata.com Cc: yacine@alyseo.com Cc: Hannes Reinecke Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- If anyone in the Cc: list is not currently in charge of a listed controller at hwtable.c, please drop here an email, thanks. Ideally, an impersonal address is desired, e.g.: linux-mpt@mycompany.com --- libmultipath/hwtable.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 66b5123..5c49e32 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -20,8 +20,8 @@ static struct hwentry default_hw[] = { /* * Compellent Technologies, Inc. * - * Maintainer : Jim Lester, Compellent - * Mail : jim.lester@compellent.com + * Maintainer : Christophe Varoqui + * Mail : christophe.varoqui@opensvc.com */ { .vendor = "COMPELNT", @@ -790,8 +790,8 @@ static struct hwentry default_hw[] = { /* * NETAPP controller family * - * Maintainer : Dave Wysochanski - * Mail : davidw@netapp.com + * Maintainer : Christophe Varoqui + * Mail : christophe.varoqui@opensvc.com */ { .vendor = "NETAPP", @@ -835,8 +835,8 @@ static struct hwentry default_hw[] = { /* * IBM NSeries (NETAPP) controller family * - * Maintainer : Dave Wysochanski - * Mail : davidw@netapp.com + * Maintainer : Christophe Varoqui + * Mail : christophe.varoqui@opensvc.com */ { .vendor = "IBM", -- 2.5.5