qcow2: Pull check_refblocks() up
authorMax Reitz <mreitz@redhat.com>
Wed, 22 Oct 2014 12:09:32 +0000 (14:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Oct 2014 13:34:01 +0000 (15:34 +0200)
commit057a3fe57e740e5e1cc3d62c9b8e0085e9fffa74
treedfb49e5b241ca49f024b44c43abb2b930962cc8e
parent78fb328e854542d79bebe54f3a426cba6d46dbf1
qcow2: Pull check_refblocks() up

Pull check_refblocks() before calculate_refcounts() so we can drop its
static declaration.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c