Re: [libvirt] [PATCH] storage: mpath: Fix incorrect VIR_ERROR use

2010-05-25 Thread Cole Robinson
On 05/24/2010 02:52 PM, Cole Robinson wrote: > Signed-off-by: Cole Robinson > --- > src/storage/storage_backend_mpath.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/storage/storage_backend_mpath.c > b/src/storage/storage_backend_mpath.c > index 8d0a92a..3a1

Re: [libvirt] [PATCH] storage: mpath: Fix incorrect VIR_ERROR use

2010-05-24 Thread Eric Blake
On 05/24/2010 12:52 PM, Cole Robinson wrote: > > Signed-off-by: Cole Robinson > --- > src/storage/storage_backend_mpath.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/storage/storage_backend_mpath.c > b/src/storage/storage_backend_mpath.c > index 8d0a92a..

[libvirt] [PATCH] storage: mpath: Fix incorrect VIR_ERROR use

2010-05-24 Thread Cole Robinson
Signed-off-by: Cole Robinson --- src/storage/storage_backend_mpath.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/storage/storage_backend_mpath.c b/src/storage/storage_backend_mpath.c index 8d0a92a..3a137eb 100644 --- a/src/storage/storage_backend_mpath.c +++ b/