commit: Simplify reopen of base
commit44487eb973f895d68989cf931e25f309ec9807f9
authorKevin Wolf <kwolf@redhat.com>
Wed, 6 Dec 2017 12:53:36 +0000 (6 13:53 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Dec 2017 14:05:32 +0000 (22 15:05 +0100)
treec40d5c829ad58aa31888b79e205b66402b6e7c5e
parentacebcf8de82da9a583875a0d32cb6c9a9d29cdb5
commit: Simplify reopen of base

Since commit bde70715, base is the only node that is reopened in
commit_start(). This means that the code, which still involves an
explicit BlockReopenQueue, can now be simplified by using bdrv_reopen().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
block/commit.c