Re: [PATCH 10/11] block/backup: 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/backup.c | 10 ++ > 1 file changed, 10 insertions(+) > Reviewed-by: Eric Blake -- Eric Blake, Principal

[PATCH 10/11] block/backup: 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/backup.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/block/backup.c b/block/backup.c index 9afa0bf3b4..9878594c83 100644 --- a/block/backup.c +++ b/block/backup.c @@