qcow2: Fix error return code in qcow2_alloc_cluster_link_l2
commitc835d00fc8d6c23af7e9182981ef7a07f1c6d12c
authorKevin Wolf <kwolf@redhat.com>
Tue, 23 Mar 2010 11:53:47 +0000 (23 12:53 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Apr 2010 14:08:46 +0000 (23 16:08 +0200)
tree9c3790594ca229dc66845825131691681723d815
parent79a31189d4e3d226c6c700d630476ec63bbc19a2
qcow2: Fix error return code in qcow2_alloc_cluster_link_l2

Fix qcow2_alloc_cluster_link_l2 to return the real error code like it does in
all other error cases.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-cluster.c