]> git.proxmox.com Git - mirror_qemu.git/commit
block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()
authorAlberto Garcia <berto@igalia.com>
Mon, 12 Nov 2018 14:00:39 +0000 (16:00 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 14 Dec 2018 10:55:02 +0000 (11:55 +0100)
commit1b57774f79e6fb5e848149e0bf227e0534e9ade5
treebb71682342321b4ea3fca480edf385f71ae2ef12
parent051a60f6a342c83fc489e1533b9f2799fa2b2b9b
block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()

This patch replaces the bdrv_reopen() call that set and remove the
BDRV_O_RDWR flag with the new bdrv_reopen_set_read_only() function.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c