qcow2: CHECK_OFLAG_COPIED is obsolete
commitdb0749012b3d1cf655bddb3cc79052a0fd4dc97b
authorMax Reitz <mreitz@redhat.com>
Mon, 30 Sep 2013 07:21:07 +0000 (30 09:21 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 2 Oct 2013 09:40:41 +0000 (2 11:40 +0200)
treea457b5a1f78d2c457bf323774816c46a611c62b1
parent1e242b5544a48bc43eca9c637dc91ec06bcf3a31
qcow2: CHECK_OFLAG_COPIED is obsolete

CHECK_OFLAG_COPIED as a parameter to check_refcounts_l1 and
check_refcounts_l2 is obselete now, since the OFLAG_COPIED consistency
check is actually no longer performed by these functions (but by
check_oflag_copied).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qcow2-refcount.c