block/block-copy: drop unused argument of block_copy()
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <20210116214705.822267-21-vsementsov@virtuozzo.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
5b49c2bdc1
commit
143a6384f5
3 changed files with 4 additions and 10 deletions
|
|
@ -35,7 +35,7 @@ int64_t block_copy_reset_unallocated(BlockCopyState *s,
|
|||
int64_t offset, int64_t *count);
|
||||
|
||||
int coroutine_fn block_copy(BlockCopyState *s, int64_t offset, int64_t bytes,
|
||||
bool ignore_ratelimit, bool *error_is_read);
|
||||
bool ignore_ratelimit);
|
||||
|
||||
/*
|
||||
* Run block-copy in a coroutine, create corresponding BlockCopyCallState
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue