]> Git Repo - qemu.git/commit
block: Drop drv parameter from bdrv_open_inherit()
authorMax Reitz <[email protected]>
Wed, 26 Aug 2015 17:47:50 +0000 (19:47 +0200)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
This page took 0.021961 seconds and 4 git commands to generate.