block: Don't look for child references in append_open_options()
commita600aaddc3894618b8a0a20a084dd0515c26f4d5
authorAlberto Garcia <berto@igalia.com>
Thu, 6 Sep 2018 09:37:04 +0000 (6 12:37 +0300)
committerKevin Wolf <kwolf@redhat.com>
Mon, 1 Oct 2018 10:51:12 +0000 (1 12:51 +0200)
tree7d1a625447fa97287bc2a00b17d7c936696194f8
parent50196d7a7c73133a6a6bf484571fb8f5daf7f104
block: Don't look for child references in append_open_options()

In the previous patch we removed child references from bs->options, so
there's no need to look for them here anymore.

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