|
| From: | Max Reitz |
| Subject: | Re: [Qemu-devel] [PATCH v4 20/20] iotests: add incremental backup failure recovery test |
| Date: | Fri, 20 Mar 2015 15:51:06 -0400 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 2015-03-20 at 15:17, John Snow wrote:
Test the failure case for incremental backups.
Signed-off-by: John Snow <address@hidden>
---
blockdev.c | 1 -
tests/qemu-iotests/124 | 55 ++++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/124.out | 4 ++--
3 files changed, 57 insertions(+), 3 deletions(-)
diff --git a/blockdev.c b/blockdev.c
index b9c79ed..ab67b4d 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -1218,7 +1218,6 @@ static BdrvDirtyBitmap *block_dirty_bitmap_lookup(const
char *node,
} else {
aio_context_release(aio_context);
}
-
return bitmap;
fail:
This doesn't look like it belongs here... With that hunk removed (whether by maintainer or by you): Reviewed-by: Max Reitz <address@hidden>
| [Prev in Thread] | Current Thread | [Next in Thread] |