Re: [Qemu-devel] [PATCH v2] rbd: Fix leaks in rbd_start_aio() error path

2014-06-09 Thread Stefan Hajnoczi
On Thu, Jun 05, 2014 at 04:19:26PM +0200, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block/rbd.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) (It seems I forgot to reply last week when I merged this.) Thanks, applied to my block tree: https://github.com/stefanha/qemu/c

Re: [Qemu-devel] [PATCH v2] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Josh Durgin
On 06/05/2014 07:19 AM, Kevin Wolf wrote: Signed-off-by: Kevin Wolf --- block/rbd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/block/rbd.c b/block/rbd.c index 09af484..898fcfe 100644 --- a/block/rbd.c +++ b/block/rbd.c @@ -684,13 +684,16 @@ static BlockDriverAIOCB

Re: [Qemu-devel] [PATCH v2] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Benoît Canet
The Thursday 05 Jun 2014 à 16:19:26 (+0200), Kevin Wolf wrote : > Signed-off-by: Kevin Wolf > --- > block/rbd.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/block/rbd.c b/block/rbd.c > index 09af484..898fcfe 100644 > --- a/block/rbd.c > +++ b/block/rbd.c > @@ -684

[Qemu-devel] [PATCH v2] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- block/rbd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/block/rbd.c b/block/rbd.c index 09af484..898fcfe 100644 --- a/block/rbd.c +++ b/block/rbd.c @@ -684,13 +684,16 @@ static BlockDriverAIOCB *rbd_start_aio(BlockDriverState *bs, }