OSDN Git Service

block: Use bdrv_reopen_set_read_only() in commit_start/complete()
authorAlberto Garcia <berto@igalia.com>
Mon, 12 Nov 2018 14:00:35 +0000 (16:00 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 14 Dec 2018 10:55:01 +0000 (11:55 +0100)
commite70cdc57daa5d5a16caf3e681ed2ec3522cd75ad
tree752beb8c78026d3bdc8d8c526ec83653fff084a3
parente94d3dba6a91e3c0be59b20cc841c9da8a49f7aa
block: Use bdrv_reopen_set_read_only() in commit_start/complete()

This patch replaces the bdrv_reopen() calls 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>
block/commit.c