commit | fb787f02a6dc1c6b459316376ccfe186ee85a2dc | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Nov 13 15:53:42 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 07 12:31:31 2020 +0200 |
tree | 1ebc61934d86cd67ff5465a6979669956f2e1597 | |
parent | 883833e29cb800b4d92b5d4736252f4004885191 [diff] |
vmdk: Drop vmdk_co_flush() Before HEAD^, we needed this because bdrv_co_flush() by itself would only flush bs->file. With HEAD^, bdrv_co_flush() will flush all children on which a WRITE or WRITE_UNCHANGED permission has been taken. Thus, vmdk no longer needs to do it itself. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>