Re: [Qemu-devel] [PATCH 5/5] commit: Remove overlay_bs

2017-09-25 Thread Eric Blake
On 09/25/2017 07:28 AM, Kevin Wolf wrote: > We don't need to make any assumptions about the graph layout above the > top node of the commit operation any more. Remove the use of > bdrv_find_overlay() and related variables from the commit job code. > > bdrv_drop_intermediate() doesn't use the 'acti

[Qemu-devel] [PATCH 5/5] commit: Remove overlay_bs

2017-09-25 Thread Kevin Wolf
We don't need to make any assumptions about the graph layout above the top node of the commit operation any more. Remove the use of bdrv_find_overlay() and related variables from the commit job code. bdrv_drop_intermediate() doesn't use the 'active' parameter any more, so we can just drop it. The