Re: [Qemu-devel] [PATCH 06/10] qcow2: Fix error handling in grow_refcount_table
On Mon, Jan 18, 2010 at 01:11:32PM +0100, Kevin Wolf wrote: > Return the appropriate error code instead of -EIO. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christoph Hellwig
[Qemu-devel] [PATCH 06/10] qcow2: Fix error handling in grow_refcount_table
Return the appropriate error code instead of -EIO. Signed-off-by: Kevin Wolf --- block/qcow2-refcount.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c index 3a2d44a..6f449c6 100644 --- a/block/qcow2-refcount.c +++