]> git.proxmox.com Git - qemu.git/commit
qcow2: Return 0/-errno in get_cluster_table
authorKevin Wolf <kwolf@redhat.com>
Wed, 20 Jan 2010 14:03:00 +0000 (15:03 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 20:59:19 +0000 (14:59 -0600)
commit1e3e8f1a437cafa3b23486aea36be3c9c0bd4e28
treea74e5620d81b2428d5dafcd159cac33d679a7403
parent1d36e3aae338a71ba449f561b6343bb313f70968
qcow2: Return 0/-errno in get_cluster_table

Switching to 0/-errno allows it to distinguish different error cases.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/qcow2-cluster.c