commit | db0749012b3d1cf655bddb3cc79052a0fd4dc97b | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Mon Sep 30 09:21:07 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Oct 02 11:40:41 2013 +0200 |
tree | a457b5a1f78d2c457bf323774816c46a611c62b1 | |
parent | 1e242b5544a48bc43eca9c637dc91ec06bcf3a31 [diff] |
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>