]> Git Repo - qemu.git/commit
block: Use bdrv_reopen_set_read_only() in stream_start/complete()
authorAlberto Garcia <[email protected]>
Mon, 12 Nov 2018 14:00:37 +0000 (16:00 +0200)
committerKevin Wolf <[email protected]>
Fri, 14 Dec 2018 10:55:02 +0000 (11:55 +0100)
commite7d22f8bc60351c8c16c6130efb09f08ba09d789
treecfc26f6eaf5acb232950f9f21286e6ef412dd1df
parentc742a3643f113fe92cf904dd897fa03c2784d30d
block: Use bdrv_reopen_set_read_only() in stream_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 <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/stream.c
This page took 0.022682 seconds and 4 git commands to generate.