Re: [Qemu-block] [PATCH] block: Fix error path in bdrv_backing_update_filename()

2017-11-06 Thread Alberto Garcia
On Mon 06 Nov 2017 05:55:00 PM CET, Kevin Wolf wrote: > error_setg_errno() takes a positive errno code. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto

[Qemu-block] [PATCH] block: Fix error path in bdrv_backing_update_filename()

2017-11-06 Thread Kevin Wolf
error_setg_errno() takes a positive errno code. Signed-off-by: Kevin Wolf --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.c b/block.c index 684cb018da..f6415547fe 100644 --- a/block.c +++ b/block.c @@ -998,7 +998,7 @@ static int bdrv_backing_update_filename(