commit | 9a4f4c31563b96a075f3deae83e72c726e0c84f8 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jun 16 14:19:22 2015 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 16 15:34:29 2015 +0200 |
tree | fff2c5ee459c07b728c452f8afbe6412bd29611c | |
parent | 0bd6e91a7e00129764afb9bed83ae5519e18a111 [diff] |
block: Convert bs->file to BdrvChild This patch removes the temporary duplication between bs->file and bs->file_child by converting everything to BdrvChild. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>