]> Git Repo - qemu.git/commit - block/qcow2-refcount.c
qcow2: Repair OFLAG_COPIED when fixing leaks
authorMax Reitz <[email protected]>
Wed, 9 May 2018 20:00:58 +0000 (22:00 +0200)
committerMax Reitz <[email protected]>
Mon, 11 Jun 2018 14:18:45 +0000 (16:18 +0200)
commit3cce51c919c7b4028cf6676dfcb80a45741b5117
tree1e06c390b806585bafc811e759f858f998405e2c
parentdee6ddd8a6b7978d0bc8ef8e1f006282ce30e4fa
qcow2: Repair OFLAG_COPIED when fixing leaks

Repairing OFLAG_COPIED is usually safe because it is done after the
refcounts have been repaired.  Therefore, it we did not find anyone else
referencing a data or L2 cluster, it makes no sense to not set
OFLAG_COPIED -- and the other direction (clearing OFLAG_COPIED) is
always safe, anyway, it may just induce leaks.

Furthermore, if OFLAG_COPIED is actually consistent with a wrong (leaky)
refcount, we will decrement the refcount with -r leaks, but OFLAG_COPIED
will then be wrong.  qemu-img check should not produce images that are
more corrupted afterwards then they were before.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1527085
Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 20180509200059[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-refcount.c
This page took 0.037068 seconds and 4 git commands to generate.