commit | 5d757b563d59142ca81e1073a8e8396750a0ad1a | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jan 20 15:04:01 2010 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jan 26 14:59:19 2010 -0600 |
tree | c4527c89f5ea8b45901c45daaca72450a454a7c8 | |
parent | db3a964fb6d66bd50faca76968479bb62ed25330 [diff] |
qcow2: Don't ignore qcow2_alloc_clusters return value Now that qcow2_alloc_clusters can return error codes, we must handle them in the callers of qcow2_alloc_clusters. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>