OSDN Git Service

block: Move bdrv_fill_options() call to bdrv_open()
authorKevin Wolf <kwolf@redhat.com>
Mon, 26 May 2014 09:39:55 +0000 (11:39 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Jun 2014 11:51:01 +0000 (13:51 +0200)
commit462f5bcf69d3cae4a93ad55bee59516c15236a55
tree27eaa381e59644bf1e875bb21250195eab014580
parentf54120ff1aa030d96ee64aefef9898e9e80b3a71
block: Move bdrv_fill_options() call to bdrv_open()

bs->options now contains the modified version of the options.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c