• K
    block: Base permissions on rw state after reopen · 148eb13c
    Kevin Wolf 提交于
    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: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    148eb13c
block.c 145.9 KB