Re: [libvirt] [PATCH] esx: remove dead store

2011-05-04 Thread Matthias Bolte
2011/5/4 Eric Blake : > On 05/04/2011 01:16 AM, Matthias Bolte wrote: >> >> This fixes the problem, but I prefer the attached patch. > > As do I.  ACK to your version. > Thanks, pushed. Matthias -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-lis

Re: [libvirt] [PATCH] esx: remove dead store

2011-05-04 Thread Eric Blake
On 05/04/2011 01:16 AM, Matthias Bolte wrote: > > This fixes the problem, but I prefer the attached patch. As do I. ACK to your version. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtualization library http://libvirt.org signature.asc Description: OpenPGP digital signatur

Re: [libvirt] [PATCH] esx: remove dead store

2011-05-04 Thread Matthias Bolte
2011/5/4 Eric Blake : > Detected by clang. > > * src/esx/esx_util.c (esxUtil_ParseDatastorePath): No need to > increment. > --- >  src/esx/esx_util.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c > index 9ef947c..640e984 100

Re: [libvirt] [PATCH] esx: remove dead store

2011-05-03 Thread Laine Stump
On 05/03/2011 06:17 PM, Eric Blake wrote: Detected by clang. * src/esx/esx_util.c (esxUtil_ParseDatastorePath): No need to increment. --- src/esx/esx_util.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 9ef947c..640e9

[libvirt] [PATCH] esx: remove dead store

2011-05-03 Thread Eric Blake
Detected by clang. * src/esx/esx_util.c (esxUtil_ParseDatastorePath): No need to increment. --- src/esx/esx_util.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 9ef947c..640e984 100644 --- a/src/esx/esx_util.c +++ b/src/e