commit | e253f4b89796967d03a455d1df2ae6bda8cc7d01 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Apr 12 16:17:41 2016 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 25 19:04:21 2016 +0200 |
tree | 72c947ad50353bdb1988407279703799e7df95ed | |
parent | b8804815799eb8e924f015de6d1710cbd5b932ee [diff] |
mirror: Use BlockBackend for I/O This changes the mirror block job to use the job's BlockBackend for performing its I/O. job->bs isn't used by the mirroring code any more afterwards. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>