]> git.proxmox.com Git - mirror_qemu.git/commit
block: Drop drv parameter from bdrv_open_inherit()
authorMax Reitz <mreitz@redhat.com>
Wed, 26 Aug 2015 17:47:50 +0000 (19:47 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Sep 2015 14:51:36 +0000 (16:51 +0200)
commitce343771243a656b420c7a1b4099130f4a35bd5e
treef933149b51a7acfa6cacf26fe2938f60c3ea125d
parent6ebf9aa2ef7f3e094d91ea27140dc6e73774386a
block: Drop drv parameter from bdrv_open_inherit()

Now that this parameter is effectively unused, we can drop it and just
pass NULL to bdrv_fill_options().

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c