Otherwise the AioContext will never be released. Signed-off-by: Alberto Garcia <be...@igalia.com> --- blockdev.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/blockdev.c b/blockdev.c index fc85128..4dcc510 100644 --- a/blockdev.c +++ b/blockdev.c @@ -2070,6 +2070,7 @@ static const BlkActionOps actions[] = { .prepare = external_snapshot_prepare, .commit = external_snapshot_commit, .abort = external_snapshot_abort, + .clean = external_snapshot_clean, }, [TRANSACTION_ACTION_KIND_BLOCKDEV_SNAPSHOT_SYNC] = { .instance_size = sizeof(ExternalSnapshotState), -- 2.6.2