From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Varoqui Subject: Re: [PATCH] multipath-tools: use internal drd.h file Date: Sun, 16 Oct 2016 17:54:12 +0200 Message-ID: References: <20161008202212.11963-1-xose.vazquez@gmail.com> <9e801117-cb59-b3a7-de85-b724326d2b34@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1262091075069596633==" Return-path: In-Reply-To: <9e801117-cb59-b3a7-de85-b724326d2b34@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: Bart Van Assche , device-mapper development List-Id: dm-devel.ids --===============1262091075069596633== Content-Type: multipart/alternative; boundary=94eb2c0c8ea27ec884053efd7863 --94eb2c0c8ea27ec884053efd7863 Content-Type: text/plain; charset=UTF-8 Merged. Thanks. On Sun, Oct 16, 2016 at 12:26 PM, Xose Vazquez Perez wrote: > On 10/08/2016 10:22 PM, Xose Vazquez Perez wrote: > > > Cc: Bart Van Assche > > Cc: Christophe Varoqui > > Cc: device-mapper development > > Signed-off-by: Xose Vazquez Perez > > --- > > libmultipath/debug.c | 2 +- > > multipathd/main.c | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > This patch is missing. > Thank you. > > > > diff --git a/libmultipath/debug.c b/libmultipath/debug.c > > index 295136c..fbe171a 100644 > > --- a/libmultipath/debug.c > > +++ b/libmultipath/debug.c > > @@ -8,7 +8,7 @@ > > #include "log_pthread.h" > > #include > > #include > > -#include <../third-party/valgrind/drd.h> > > +#include "../third-party/valgrind/drd.h" > > #include "vector.h" > > #include "config.h" > > > > diff --git a/multipathd/main.c b/multipathd/main.c > > index cdfafe8..0998085 100644 > > --- a/multipathd/main.c > > +++ b/multipathd/main.c > > @@ -23,7 +23,6 @@ > > #endif > > #include > > #include > > -#include > > > > /* > > * libmultipath > > @@ -85,6 +84,7 @@ int uxsock_timeout; > > #include "lock.h" > > #include "waiter.h" > > #include "wwids.h" > > +#include "../third-party/valgrind/drd.h" > > > > #define FILE_NAME_SIZE 256 > > #define CMDSIZE 160 > > > > --94eb2c0c8ea27ec884053efd7863 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Merged.
Thanks.
=
On Sun, Oct 16, 2016 at 12:26 PM, Xose Vazqu= ez Perez <xose.vazquez@gmail.com> wrote:
On 10/08/2016 10:22 PM, Xose Vazquez P= erez wrote:

> Cc: Bart Van Assche <= bart.vanassche@sandisk.com>
> 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>
> ---
>=C2=A0 libmultipath/debug.c | 2 +-
>=C2=A0 multipathd/main.c=C2=A0 =C2=A0 | 2 +-
>=C2=A0 2 files changed, 2 insertions(+), 2 deletions(-)

This patch is missing.
Thank you.


> diff --git a/libmultipath/debug.c b/libmultipath/debug.c
> index 295136c..fbe171a 100644
> --- a/libmultipath/debug.c
> +++ b/libmultipath/debug.c
> @@ -8,7 +8,7 @@
>=C2=A0 #include "log_pthread.h"
>=C2=A0 #include <sys/types.h>
>=C2=A0 #include <time.h>
> -#include <../third-party/valgrind/drd.h>
> +#include "../third-party/valgrind/drd.h"
>=C2=A0 #include "vector.h"
>=C2=A0 #include "config.h"
>
> diff --git a/multipathd/main.c b/multipathd/main.c
> index cdfafe8..0998085 100644
> --- a/multipathd/main.c
> +++ b/multipathd/main.c
> @@ -23,7 +23,6 @@
>=C2=A0 #endif
>=C2=A0 #include <semaphore.h>
>=C2=A0 #include <time.h>
> -#include <valgrind/drd.h>
>
>=C2=A0 /*
>=C2=A0 =C2=A0* libmultipath
> @@ -85,6 +84,7 @@ int uxsock_timeout;
>=C2=A0 #include "lock.h"
>=C2=A0 #include "waiter.h"
>=C2=A0 #include "wwids.h"
> +#include "../third-party/valgrind/drd.h"
>
>=C2=A0 #define FILE_NAME_SIZE 256
>=C2=A0 #define CMDSIZE 160
>


--94eb2c0c8ea27ec884053efd7863-- --===============1262091075069596633== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============1262091075069596633==--