On 25.04.2014 19:51, Kevin Wolf wrote:
Use the same function as bdrv_open() for determining what the right flags for bs->file are. Without doing this, a reopen means that bs->file loses BDRV_O_CACHE_WB or BDRV_O_UNMAP if bs doesn't have it as well.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Max Reitz <mre...@redhat.com>