Re: [Qemu-devel] [PATCH 06/21] block/stream: utilize job_exit shim

2018-08-07 Thread Jeff Cody
On Tue, Aug 07, 2018 at 12:33:34AM -0400, John Snow wrote: > Change the manual deferment to stream_complete into the implicit > callback to job_exit. > > Signed-off-by: John Snow Reviewed-by: Jeff Cody > --- > block/stream.c | 23 --- > 1 file changed, 8 insertions(+), 15

[Qemu-devel] [PATCH 06/21] block/stream: utilize job_exit shim

2018-08-06 Thread John Snow
Change the manual deferment to stream_complete into the implicit callback to job_exit. Signed-off-by: John Snow --- block/stream.c | 23 --- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/block/stream.c b/block/stream.c index a5d6e0cf8a..163cd6431c 100644 ---