Re: [Qemu-block] [PATCH 3/5] block: Drop drv parameter from bdrv_open_inherit()

2015-08-27 Thread Alberto Garcia
On Wed 26 Aug 2015 07:47:50 PM CEST, Max Reitz wrote: Now that this parameter is effectively unused, we can drop it and just pass NULL to bdrv_fill_options(). Signed-off-by: Max Reitz mre...@redhat.com Reviewed-by: Alberto Garcia be...@igalia.com Berto

[Qemu-block] [PATCH 3/5] block: Drop drv parameter from bdrv_open_inherit()

2015-08-26 Thread Max Reitz
Now that this parameter is effectively unused, we can drop it and just pass NULL to bdrv_fill_options(). Signed-off-by: Max Reitz mre...@redhat.com --- block.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/block.c b/block.c index ac89487..8aa5f25 100644