commit | 17d9716d7b5381c4b6566bb1a06267d2bfcd1821 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jun 15 16:02:14 2015 +0100 |
committer | Jeff Cody <jcody@redhat.com> | Tue Jul 14 21:50:13 2015 -0400 |
tree | 5eca218b14617105c43630c417f5e5a519407a58 | |
parent | 299bf097375f9d148cda579ad85477304e38856b [diff] |
block: keep bitmap if incremental backup job is cancelled 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 <jsnow@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1434380534-7680-1-git-send-email-stefanha@redhat.com Signed-off-by: Jeff Cody <jcody@redhat.com>