Home
last modified time | relevance | path

Searched hist:"0 bf74767" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dmirror.c0bf74767 Mon Mar 06 15:03:00 GMT 2017 Kevin Wolf <kwolf@redhat.com> mirror: Fix permissions for removing mirror_top_bs

mirror_top_bs takes write permissions on its backing file, which can
make it impossible to attach that backing file node to another parent.
However, this is exactly what needs to be done in order to remove
mirror_top_bs from the backing chain. So give up the write permission
first.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>