Re: [PATCH 05/11] block/mirror: implement .cancel job handler

2021-01-20 Thread Eric Blake
On 11/18/20 12:04 PM, Vladimir Sementsov-Ogievskiy wrote: > Cancel in-flight io on target to not waste the time. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/mirror.c | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Eric Blake -- Eric Blake, Principal Softwar

[PATCH 05/11] block/mirror: implement .cancel job handler

2020-11-18 Thread Vladimir Sementsov-Ogievskiy
Cancel in-flight io on target to not waste the time. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/mirror.c | 9 + 1 file changed, 9 insertions(+) diff --git a/block/mirror.c b/block/mirror.c index 8e1ad6eceb..9faffe4707 100644 --- a/block/mirror.c +++ b/block/mirror.c @@ -1179,