diff options
author | Max Reitz <mreitz@redhat.com> | 2013-09-02 09:25:10 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-09-02 10:06:59 +0200 |
commit | afa50193cde574528a130a25544fd6f3aa8da069 (patch) | |
tree | e8bb4b00751fe7583d09dd31f3cbc32b4ecaf6dd /include/block/block.h | |
parent | e23e400ec62a03dea58ddb38479b4f1ef86f556d (diff) |
qcow2-refcount: Repair shared refcount blocks
If the refcount of a refcount block is greater than one, we can at least
try to repair that problem by duplicating the affected block.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block/block.h')
-rw-r--r-- | include/block/block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/block.h b/include/block/block.h index 742fce5f7f..e6b391ce88 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -413,6 +413,7 @@ typedef enum { BLKDBG_REFTABLE_LOAD, BLKDBG_REFTABLE_GROW, + BLKDBG_REFTABLE_UPDATE, BLKDBG_REFBLOCK_LOAD, BLKDBG_REFBLOCK_UPDATE, |