Re: [PATCH v3 02/13] block: use return status of bdrv_append()

2020-10-19 Thread Kevin Wolf
Am 19.10.2020 um 17:45 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 16.10.2020 um 19:10 hat Vladimir Sementsov-Ogievskiy geschrieben: > >> Now bdrv_append returns status and we can drop all the local_err things > >> around it. > >> > >> Signed-off-by: Vladimir

Re: [PATCH v3 02/13] block: use return status of bdrv_append()

2020-10-19 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.10.2020 um 19:10 hat Vladimir Sementsov-Ogievskiy geschrieben: >> Now bdrv_append returns status and we can drop all the local_err things >> around it. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy >> Reviewed-by: Greg Kurz >> Reviewed-by: Alberto Garcia >> ---

Re: [PATCH v3 02/13] block: use return status of bdrv_append()

2020-10-19 Thread Kevin Wolf
Am 16.10.2020 um 19:10 hat Vladimir Sementsov-Ogievskiy geschrieben: > Now bdrv_append returns status and we can drop all the local_err things > around it. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > Reviewed-by: Greg Kurz > Reviewed-by: Alberto Garcia > --- > block.c

[PATCH v3 02/13] block: use return status of bdrv_append()

2020-10-16 Thread Vladimir Sementsov-Ogievskiy
Now bdrv_append returns status and we can drop all the local_err things around it. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Greg Kurz Reviewed-by: Alberto Garcia --- block.c | 5 + block/backup-top.c | 20 block/commit.c