Re: [PATCH 05/14] block: drop extra error propagation for bdrv_set_backing_hd

2020-09-17 Thread Alberto Garcia
On Wed 09 Sep 2020 08:59:21 PM CEST, Vladimir Sementsov-Ogievskiy wrote: > bdrv_set_backing_hd now returns status, let's use it. > > Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Alberto Garcia Berto

Re: [PATCH 05/14] block: drop extra error propagation for bdrv_set_backing_hd

2020-09-10 Thread Greg Kurz
On Wed, 9 Sep 2020 21:59:21 +0300 Vladimir Sementsov-Ogievskiy wrote: > bdrv_set_backing_hd now returns status, let's use it. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- Reviewed-by: Greg Kurz > block.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff

[PATCH 05/14] block: drop extra error propagation for bdrv_set_backing_hd

2020-09-09 Thread Vladimir Sementsov-Ogievskiy
bdrv_set_backing_hd now returns status, let's use it. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/block.c b/block.c index 9b624b2535..c5e3a1927e 100644 --- a/block.c +++ b/block.c @@ -3011,11 +3011,9 @@ int