commit | f1a7f18f07ef41b4d078621bd6e515165106d91f | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Mon Apr 01 22:16:14 2019 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 07 12:31:31 2020 +0200 |
tree | 31c51338a836eaa373c08192a253e75f250b0203 | |
parent | 4a2061e66d1fb16c14ca65b2c702363361adeb7b [diff] |
block: Drop backing_bs() We want to make it explicit where bs->backing is used, and we have done so. The old role of backing_bs() is now effectively taken by bdrv_cow_bs(). Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>