Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-03-11 Thread Vladimir Sementsov-Ogievskiy
05.02.2021 19:30, Kevin Wolf wrote: Am 05.02.2021 um 17:06 hat Vladimir Sementsov-Ogievskiy geschrieben: 05.02.2021 17:00, Kevin Wolf wrote: Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: Split out no-perm part of bdrv_set_backing_hd() as a separate transaction action.

Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-02-08 Thread Vladimir Sementsov-Ogievskiy
05.02.2021 19:26, Kevin Wolf wrote: Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: Split out no-perm part of bdrv_set_backing_hd() as a separate transaction action. Note the in case of existing BdrvChild we reuse it, not recreate, just to do less actions. Signed-off-by:

Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-02-05 Thread Kevin Wolf
Am 05.02.2021 um 17:06 hat Vladimir Sementsov-Ogievskiy geschrieben: > 05.02.2021 17:00, Kevin Wolf wrote: > > Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > Split out no-perm part of bdrv_set_backing_hd() as a separate > > > transaction action. Note the in case of

Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-02-05 Thread Kevin Wolf
Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > Split out no-perm part of bdrv_set_backing_hd() as a separate > transaction action. Note the in case of existing BdrvChild we reuse it, > not recreate, just to do less actions. > > Signed-off-by: Vladimir Sementsov-Ogievskiy

Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-02-05 Thread Vladimir Sementsov-Ogievskiy
05.02.2021 17:00, Kevin Wolf wrote: Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: Split out no-perm part of bdrv_set_backing_hd() as a separate transaction action. Note the in case of existing BdrvChild we reuse it, not recreate, just to do less actions. Signed-off-by:

Re: [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2021-02-05 Thread Kevin Wolf
Am 27.11.2020 um 15:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > Split out no-perm part of bdrv_set_backing_hd() as a separate > transaction action. Note the in case of existing BdrvChild we reuse it, > not recreate, just to do less actions. > > Signed-off-by: Vladimir Sementsov-Ogievskiy

[PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action

2020-11-27 Thread Vladimir Sementsov-Ogievskiy
Split out no-perm part of bdrv_set_backing_hd() as a separate transaction action. Note the in case of existing BdrvChild we reuse it, not recreate, just to do less actions. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 111 +--- 1