]> Git Repo - qemu.git/commit - block/qcow2-refcount.c
qcow2: Return real error code in load_refcount_block
authorKevin Wolf <[email protected]>
Fri, 4 Jun 2010 09:27:08 +0000 (11:27 +0200)
committerKevin Wolf <[email protected]>
Tue, 15 Jun 2010 07:41:58 +0000 (09:41 +0200)
commite14e8ba5d059687bf276077da997c3ecfb5eab86
tree87f97be10c71622bbc141df44ba7a6935982b898
parent2eaa8f633854b623050cf000febe989d144927fe
qcow2: Return real error code in load_refcount_block

This fixes load_refcount_block which completely ignored the return value of
write_refcount_block and always returned -EIO for bdrv_pwrite failure.

Signed-off-by: Kevin Wolf <[email protected]>
block/qcow2-refcount.c
This page took 0.026409 seconds and 4 git commands to generate.