Re: [PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance

2021-01-19 Thread Vladimir Sementsov-Ogievskiy
19.01.2021 20:42, Kevin Wolf wrote: Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: Add additional check that node parents do not interfere with each other. This should not hurt existing callers and allows in further patch use bdrv_refresh_perms() to update a subtree of

Re: [PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance

2021-01-19 Thread Kevin Wolf
Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > Add additional check that node parents do not interfere with each > other. This should not hurt existing callers and allows in further > patch use bdrv_refresh_perms() to update a subtree of changed > BdrvChild (check that

[PATCH v2 11/36] block: bdrv_refresh_perms: check parents compliance

2020-11-27 Thread Vladimir Sementsov-Ogievskiy
Add additional check that node parents do not interfere with each other. This should not hurt existing callers and allows in further patch use bdrv_refresh_perms() to update a subtree of changed BdrvChild (check that change is correct). New check will substitute bdrv_check_update_perm() in