Re: [Qemu-devel] [PATCH 07/10] qcow2: Improve error handling in update_refcount

2010-01-20 Thread Kevin Wolf
Am 19.01.2010 19:51, schrieb Christoph Hellwig: > On Mon, Jan 18, 2010 at 01:11:33PM +0100, Kevin Wolf wrote: >> If update_refcount fails, try to undo any changes made so far to avoid >> inconsistencies in the image file. >> >> Signed-off-by: Kevin Wolf >> --- >> block/qcow2-refcount.c | 32 +++

Re: [Qemu-devel] [PATCH 07/10] qcow2: Improve error handling in update_refcount

2010-01-19 Thread Christoph Hellwig
On Mon, Jan 18, 2010 at 01:11:33PM +0100, Kevin Wolf wrote: > If update_refcount fails, try to undo any changes made so far to avoid > inconsistencies in the image file. > > Signed-off-by: Kevin Wolf > --- > block/qcow2-refcount.c | 32 +--- > 1 files changed, 25 in

[Qemu-devel] [PATCH 07/10] qcow2: Improve error handling in update_refcount

2010-01-18 Thread Kevin Wolf
If update_refcount fails, try to undo any changes made so far to avoid inconsistencies in the image file. Signed-off-by: Kevin Wolf --- block/qcow2-refcount.c | 32 +--- 1 files changed, 25 insertions(+), 7 deletions(-) diff --git a/block/qcow2-refcount.c b/block/q