commit | 1d3afd649bc77aa14bc2741e2da6475822d41c5f | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Dec 07 18:08:42 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 13 15:37:59 2012 +0100 |
tree | 48d6c4f5fb3371a92b9e9c824e133cd121fa808f | |
parent | a7f3d65b65b8c86a5ff0c0abcfefb45e2ec6fe4c [diff] |
qcow2: Round QCowL2Meta.offset down to cluster boundary The offset within the cluster is already present as n_start and this is what the code uses. QCowL2Meta.offset is only needed at a cluster granularity. Signed-off-by: Kevin Wolf <kwolf@redhat.com>