commit | fb8fa77ce143b0911658b4bcbe641c869e26ceee | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jan 20 15:02:58 2010 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jan 26 14:59:19 2010 -0600 |
tree | 4bc99828939fa91d2389ab724043ee11f0261a76 | |
parent | 81a1b45ac7a3a2d4536b3827defdcbabdb221051 [diff] |
qcow2: Fix error handling in qcow2_grow_l1_table Return the appropriate error value instead of always using EIO. Don't free the L1 table on errors, we still need it. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>