commit | 23b93525a2f30915f6c8418eb23db6912a3b5811 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Thu Jun 18 17:39:28 2020 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 07 12:31:31 2020 +0200 |
tree | 8411cecf95d52bb5689cbcb157f70acc223fb3db | |
parent | dcf3f9b268a5c04bd94d721b81774092d7170cc4 [diff] |
block: Use bdrv_cow_child() in bdrv_co_truncate() The condition modified here is not about potentially filtered children, but only about COW sources (i.e. traditional backing files). Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>