Re: [Qemu-devel] [PATCH 09/10] qcow2: Don't ignore update_refcount return value

2010-01-19 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig h...@lst.de

[Qemu-devel] [PATCH 09/10] qcow2: Don't ignore update_refcount return value

2010-01-18 Thread Kevin Wolf
update_refcount can return errors that need to be handled by the callers. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/qcow2-refcount.c | 31 +++ 1 files changed, 23 insertions(+), 8 deletions(-) diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c