On Mon, Feb 26, 2024 at 14:40:49 +0100, Pavel Hrdina wrote:
Calling this function when deleting internal snapshot isn't
required
because with internal snapshots all changes are done within the file
itself so there is no file deletion and no need to update snapshot
metadata.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu_snapshot.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>