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

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

[Qemu-block] [PATCH 2/5] block: Drop drv parameter from bdrv_open()

2015-08-26 Thread Max Reitz
Now that this parameter is effectively unused, we can drop it and just pass NULL on to bdrv_open_inherit(). Signed-off-by: Max Reitz mre...@redhat.com --- block.c | 9 - block/block-backend.c | 2 +- block/parallels.c | 2 +- block/qcow.c | 2 +- block/qcow2.c