diff options
| author | Kevin Wolf | 2014-06-04 14:19:44 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2014-06-26 13:51:01 +0200 |
| commit | 76c591b013782217cad67b35c74cd249e0413439 (patch) | |
| tree | 3170d71b2ce748d134bdb693990996cbc1c4cdc5 /tests | |
| parent | block: Inline bdrv_file_open() (diff) | |
| download | qemu-76c591b013782217cad67b35c74cd249e0413439.tar.gz qemu-76c591b013782217cad67b35c74cd249e0413439.tar.xz qemu-76c591b013782217cad67b35c74cd249e0413439.zip | |
block: Remove second bdrv_open() recursion
This recursion was introduced in commit 505d7583 in order to allow
nesting image formats. It only ever takes effect when the user
explicitly specifies a driver name and that driver isn't suitable for
the protocol level.
We can check this earlier in bdrv_open() and if the explicitly
requested driver is a format driver, clear BDRV_O_PROTOCOL so that
another bs->file layer is opened.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
