02.03.2022 19:24, Vladimir Sementsov-Ogievskiy wrote:
Add possibility to limit block_copy() call in time. To be used in the next commit.Signed-off-by: Vladimir Sementsov-Ogievskiy<vsement...@virtuozzo.com> --- include/block/block-copy.h | 2 +- block/block-copy.c | 28 ++++++++++++++++++++-------- 2 files changed, 21 insertions(+), 9 deletions(-)
block_copy() call in block/copy-before-write.c should be updated to not break compilation by this commit -- Best regards, Vladimir