Re: [Qemu-devel] [PATCH 05/21] block/mirror: utilize job_exit shim

2018-08-07 Thread Jeff Cody
On Tue, Aug 07, 2018 at 12:33:33AM -0400, John Snow wrote: > Change the manual deferment to mirror_exit into the implicit > callback to job_exit and the mirror_exit callback. > > Signed-off-by: John Snow Reviewed-by: Jeff Cody > --- > block/mirror.c | 27 +++ > 1 file

[Qemu-devel] [PATCH 05/21] block/mirror: utilize job_exit shim

2018-08-06 Thread John Snow
Change the manual deferment to mirror_exit into the implicit callback to job_exit and the mirror_exit callback. Signed-off-by: John Snow --- block/mirror.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/block/mirror.c b/block/mirror.c index 7c2c