Re: [Qemu-devel] [PATCH] block: keep bitmap if incremental backup job is cancelled

2015-06-15 Thread Jeff Cody
On Mon, Jun 15, 2015 at 04:02:14PM +0100, Stefan Hajnoczi wrote: > Reclaim the dirty bitmap if an incremental backup block job is > cancelled. The ret variable may be 0 when the job is cancelled so it's > not enough to check ret < 0. > > Reviewed-by: John Snow > Signed-off-by: Stefan Hajnoczi >

[Qemu-devel] [PATCH] block: keep bitmap if incremental backup job is cancelled

2015-06-15 Thread Stefan Hajnoczi
Reclaim the dirty bitmap if an incremental backup block job is cancelled. The ret variable may be 0 when the job is cancelled so it's not enough to check ret < 0. Reviewed-by: John Snow Signed-off-by: Stefan Hajnoczi --- block/backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif