On Thu 10 Nov 2016 06:19:06 PM CET, Kevin Wolf wrote: > This is a conversion to a more natural coroutine style and improves the > readability of the driver. > > Signed-off-by: Kevin Wolf <kw...@redhat.com>
With this patch read_quorum_children_entry() and write_quorum_entry() become identical (except for bdrv_co_{preadv,pwritev} of course), so maybe we can factor them out. But that can be left for a separate patch. Reviewed-by: Alberto Garcia <be...@igalia.com> Berto