mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
block: rename block_job_complete to block_job_completed
The imperative will be used for the QMP command. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
b9a9b3a462
commit
65f4632243
4 changed files with 6 additions and 6 deletions
|
@ -160,7 +160,7 @@ exit_restore_reopen:
|
|||
bdrv_reopen(overlay_bs, s->orig_overlay_flags, NULL);
|
||||
}
|
||||
|
||||
block_job_complete(&s->common, ret);
|
||||
block_job_completed(&s->common, ret);
|
||||
}
|
||||
|
||||
static void commit_set_speed(BlockJob *job, int64_t speed, Error **errp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue