+1
−3
+7
−1
+1
−0
Loading
Now that we cancel all jobs and not only block jobs on shutdown, doing
that in bdrv_close_all() isn't really appropriate any more. Move the
job_cancel_sync_all() call to the callers, and only assert that there
are no job running in bdrv_close_all().
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>