Re: [Qemu-devel] [PATCH for-2.9 1/2] commit: Set commit_top_bs->aio_context

2017-04-06 Thread Eric Blake
On 04/06/2017 12:14 PM, Kevin Wolf wrote: > The filter driver that is inserted by the commit job needs to use the > same AioContext as its parent and child nodes. > > Signed-off-by: Kevin Wolf > --- > block/commit.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Eric Blake -- Eric

[Qemu-devel] [PATCH for-2.9 1/2] commit: Set commit_top_bs->aio_context

2017-04-06 Thread Kevin Wolf
The filter driver that is inserted by the commit job needs to use the same AioContext as its parent and child nodes. Signed-off-by: Kevin Wolf --- block/commit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/block/commit.c b/block/commit.c index 2832482..4c38220 100644 --- a/block/commit