]> xenbits.xensource.com Git - qemu-xen.git/commit
block: Base permissions on rw state after reopen
authorKevin Wolf <kwolf@redhat.com>
Thu, 14 Sep 2017 12:32:04 +0000 (14:32 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 26 Sep 2017 12:46:23 +0000 (14:46 +0200)
commit148eb13c84cccd0eedd6e59f90e0151bd7bac9fa
tree13526851fbf2d390a943d1c4379eb43680e60e36
parent3121fb45b004ea85fb3589368ea699f32e6ef832
block: Base permissions on rw state after reopen

When new permissions are calculated during bdrv_reopen(), they need to
be based on the state of the graph as it will be after the reopen has
completed, not on the current state of the involved nodes.

This patch makes bdrv_is_writable() optionally accept a BlockReopenQueue
from which the new flags are taken. This is then used for determining
the new bs->file permissions of format drivers as soon as we add the
code to actually pass a non-NULL reopen queue to the .bdrv_child_perm
callbacks.

While moving bdrv_is_writable(), make it static. It isn't used outside
block.c.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c
include/block/block.h