Re: [PATCH v3 18/33] block: Add bdrv_default_perms()

2020-05-07 Thread Max Reitz
On 06.05.20 15:47, Kevin Wolf wrote: > Am 18.02.2020 um 13:42 hat Max Reitz geschrieben: >> This callback can be used by BDSs that use child_of_bds with the >> appropriate BdrvChildRole for their children. >> >> Also, make bdrv_format_default_perms() use it for child_of_bds children >> (just a temp

Re: [PATCH v3 18/33] block: Add bdrv_default_perms()

2020-05-06 Thread Kevin Wolf
Am 18.02.2020 um 13:42 hat Max Reitz geschrieben: > This callback can be used by BDSs that use child_of_bds with the > appropriate BdrvChildRole for their children. > > Also, make bdrv_format_default_perms() use it for child_of_bds children > (just a temporary solution until we can drop bdrv_forma

[PATCH v3 18/33] block: Add bdrv_default_perms()

2020-02-18 Thread Max Reitz
This callback can be used by BDSs that use child_of_bds with the appropriate BdrvChildRole for their children. Also, make bdrv_format_default_perms() use it for child_of_bds children (just a temporary solution until we can drop bdrv_format_default_perms() altogether). Signed-off-by: Max Reitz Re