diff options
author | Kevin Wolf <kwolf@redhat.com> | 2017-09-19 16:22:54 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-10-06 16:28:58 +0200 |
commit | 61f09cea01391eaa23ea3bc78ab37a7d2da565fb (patch) | |
tree | febcbb8facee779caf76e9a5c6b394b922f5f1c1 /fpu/softfloat.c | |
parent | 6858eba09ed69e64c8d05d4f4b8167b42a011b7f (diff) |
commit: Support multiple roots above top node
This changes the commit block job to support operation in a graph where
there is more than a single active layer that references the top node.
This involves inserting the commit filter node not only on the path
between the given active node and the top node, but between the top node
and all of its parents.
On completion, bdrv_drop_intermediate() must consider all parents for
updating the backing file link. These parents may be backing files
themselves and as such read-only; reopen them temporarily if necessary.
Previously this was achieved by the bdrv_reopen() calls in the commit
block job that made overlay_bs read-write for the whole duration of the
block job, even though write access is only needed on completion.
Now that we consider all parents, overlay_bs is meaningless. It is left
in place in this commit, but we'll remove it soon.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'fpu/softfloat.c')
0 files changed, 0 insertions, 0 deletions