]> git.proxmox.com Git - mirror_qemu.git/commit
block/qcow2: Rename "fail_block" to just "fail"
authorMax Reitz <mreitz@redhat.com>
Tue, 13 Jun 2017 20:21:04 +0000 (22:21 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 11 Jul 2017 15:45:02 +0000 (17:45 +0200)
commit60c48a29b75f3e1276bb046186476674bbc74de9
treea65362da424b94c5b7604da6b960529e8b79cd59
parent12cc30a8cbdbb4c9c90cbffb970dfa679a1e3212
block/qcow2: Rename "fail_block" to just "fail"

Now alloc_refcount_block() only contains a single fail label, so it
makes more sense to just name it "fail" instead of "fail_block".

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20170613202107.10125-14-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-refcount.c