Re: [PATCH v2 2/5] block-backend: improve blk_root_get_parent_desc()

2021-05-31 Thread Vladimir Sementsov-Ogievskiy
31.05.2021 18:45, Kevin Wolf wrote: Am 04.05.2021 um 11:45 hat Vladimir Sementsov-Ogievskiy geschrieben: We have different types of parents: block nodes, block backends and jobs. So, it makes sense to specify type together with name. While being here also use g_autofree. iotest 307 output is u

Re: [PATCH v2 2/5] block-backend: improve blk_root_get_parent_desc()

2021-05-31 Thread Kevin Wolf
Am 04.05.2021 um 11:45 hat Vladimir Sementsov-Ogievskiy geschrieben: > We have different types of parents: block nodes, block backends and > jobs. So, it makes sense to specify type together with name. > > While being here also use g_autofree. > > iotest 307 output is updated. > > Signed-off-by:

[PATCH v2 2/5] block-backend: improve blk_root_get_parent_desc()

2021-05-04 Thread Vladimir Sementsov-Ogievskiy
We have different types of parents: block nodes, block backends and jobs. So, it makes sense to specify type together with name. While being here also use g_autofree. iotest 307 output is updated. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Alberto Garcia --- block/block-backend.