Skip to content
  • Hanna Reitz's avatar
    1d42f48c
    block: Re-evaluate backing file handling in reopen · 1d42f48c
    Hanna Reitz authored
    
    
    Reopening a node's backing child needs a bit of special handling because
    the "backing" child has different defaults than all other children
    (among other things).  Adding filter support here is a bit more
    difficult than just using the child access functions.  In fact, we often
    have to directly use bs->backing because these functions are about the
    "backing" child (which may or may not be the COW backing file).
    
    Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
    1d42f48c
    block: Re-evaluate backing file handling in reopen
    Hanna Reitz authored
    
    
    Reopening a node's backing child needs a bit of special handling because
    the "backing" child has different defaults than all other children
    (among other things).  Adding filter support here is a bit more
    difficult than just using the child access functions.  In fact, we often
    have to directly use bs->backing because these functions are about the
    "backing" child (which may or may not be the COW backing file).
    
    Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Loading