Re: [Qemu-block] [PATCH v3 13/16] block/qcow2: Rename "fail_block" to just "fail"

2017-05-31 Thread Stefan Hajnoczi
On Fri, May 26, 2017 at 06:55:15PM +0200, Max Reitz wrote: > 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 > --- > block/qcow2-refcount.c | 14 +++--- > 1 file changed, 7

[Qemu-block] [PATCH v3 13/16] block/qcow2: Rename "fail_block" to just "fail"

2017-05-26 Thread Max Reitz
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 --- block/qcow2-refcount.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/block/qcow2-refcount.c b/blo