Re: [PATCH v2 12/36] block: refactor bdrv_child* permission functions

2021-01-20 Thread Kevin Wolf
Am 20.01.2021 um 10:56 hat Vladimir Sementsov-Ogievskiy geschrieben: > 20.01.2021 12:09, Kevin Wolf wrote: > > Am 19.01.2021 um 19:30 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > 19.01.2021 21:09, Kevin Wolf wrote: > > > > Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben:

Re: [PATCH v2 12/36] block: refactor bdrv_child* permission functions

2021-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2021 12:09, Kevin Wolf wrote: Am 19.01.2021 um 19:30 hat Vladimir Sementsov-Ogievskiy geschrieben: 19.01.2021 21:09, Kevin Wolf wrote: Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: Split out non-recursive parts, and refactor as block graph transaction action.

Re: [PATCH v2 12/36] block: refactor bdrv_child* permission functions

2021-01-20 Thread Kevin Wolf
Am 19.01.2021 um 19:30 hat Vladimir Sementsov-Ogievskiy geschrieben: > 19.01.2021 21:09, Kevin Wolf wrote: > > Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > Split out non-recursive parts, and refactor as block graph transaction > > > action. > > > > > > Signed-off-by:

Re: [PATCH v2 12/36] block: refactor bdrv_child* permission functions

2021-01-19 Thread Vladimir Sementsov-Ogievskiy
19.01.2021 21:09, Kevin Wolf wrote: Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: Split out non-recursive parts, and refactor as block graph transaction action. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 79

Re: [PATCH v2 12/36] block: refactor bdrv_child* permission functions

2021-01-19 Thread Kevin Wolf
Am 27.11.2020 um 15:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > Split out non-recursive parts, and refactor as block graph transaction > action. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block.c | 79 ++--- > 1 file

[PATCH v2 12/36] block: refactor bdrv_child* permission functions

2020-11-27 Thread Vladimir Sementsov-Ogievskiy
Split out non-recursive parts, and refactor as block graph transaction action. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 79 ++--- 1 file changed, 59 insertions(+), 20 deletions(-) diff --git a/block.c b/block.c index