Skip to content
  • Kevin Wolf's avatar
    145f598e
    block: Introduce bs->explicit_options · 145f598e
    Kevin Wolf authored
    
    
    bs->options doesn't only contain options that the user explicitly
    requested, but also option that were derived from flags, the filename or
    inherited from the parent node.
    
    For reopen, it is important to know the difference because reopening the
    parent can change inherited values in child nodes, but it shouldn't
    change any options that were explicitly specified for the child.
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    145f598e
    block: Introduce bs->explicit_options
    Kevin Wolf authored
    
    
    bs->options doesn't only contain options that the user explicitly
    requested, but also option that were derived from flags, the filename or
    inherited from the parent node.
    
    For reopen, it is important to know the difference because reopening the
    parent can change inherited values in child nodes, but it shouldn't
    change any options that were explicitly specified for the child.
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
Loading