commit | e14e8ba5d059687bf276077da997c3ecfb5eab86 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jun 04 11:27:08 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jun 15 09:41:58 2010 +0200 |
tree | 87f97be10c71622bbc141df44ba7a6935982b898 | |
parent | 2eaa8f633854b623050cf000febe989d144927fe [diff] |
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 <kwolf@redhat.com>