blockjobs: Allow creating internal jobs

Add the ability to create jobs without an ID.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-id: 1477584421-1399-3-git-send-email-jsnow@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
This commit is contained in:
John Snow
2016-10-27 12:06:56 -04:00
committed by Jeff Cody
parent 559b935f8c
commit f81e0b4532
8 changed files with 30 additions and 16 deletions

View File

@ -234,7 +234,7 @@ void commit_start(const char *job_id, BlockDriverState *bs,
}
s = block_job_create(job_id, &commit_job_driver, bs, speed,
cb, opaque, errp);
BLOCK_JOB_DEFAULT, cb, opaque, errp);
if (!s) {
return;
}