Re: [Qemu-devel] [PATCH v6 04/11] qcow2: Pull check_refblocks() up

2014-10-20 Thread Kevin Wolf
Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: > Pull check_refblocks() before calculate_refcounts() so we can drop its > static declaration. > > Signed-off-by: Max Reitz > Reviewed-by: Benoît Canet Reviewed-by: Kevin Wolf

[Qemu-devel] [PATCH v6 04/11] qcow2: Pull check_refblocks() up

2014-10-20 Thread Max Reitz
Pull check_refblocks() before calculate_refcounts() so we can drop its static declaration. Signed-off-by: Max Reitz Reviewed-by: Benoît Canet --- block/qcow2-refcount.c | 102 - 1 file changed, 49 insertions(+), 53 deletions(-) diff --git a/block