Home
last modified time | relevance | path

Searched hist:f889054f031f2f01ae97bdc7579fbdf3a30e4e0e (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff f889054f031f2f01ae97bdc7579fbdf3a30e4e0e Wed May 13 06:05:28 CDT 2020 Max Reitz <mreitz@redhat.com> block: Relax *perms_for_storage for data children

We can be less restrictive about pure data children than those with
metadata on them, so let bdrv_default_perms_for_storage() handle
metadata children differently from pure data children.

As explained in the code, the restrictions on metadata children are
strictly stricter than those for pure data children, so in theory we
just have to distinguish between pure-data and all other storage
children (pure metadata or data+metadata). In practice, that is not
obvious, though, so we have two independent code paths for metadata and
for data children, and data+metadata children will go through both
(without the path for data children doing anything meaningful).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200513110544.176672-19-mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>