Am 25.07.2022 um 09:38 hat Emanuele Giuseppe Esposito geschrieben: > These public functions are not used anywhere, thus can be dropped. > > Signed-off-by: Emanuele Giuseppe Esposito <eespo...@redhat.com> > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>
> @@ -113,6 +111,7 @@ BlockJob *block_job_next_locked(BlockJob *job); > * Get the block job identified by @id (which must not be %NULL). > * > * Returns the requested job, or %NULL if it doesn't exist. > + * Called with job lock *not* held. > */ > BlockJob *block_job_get(const char *id); Unrelated hunk. Whatever: Reviewed-by: Kevin Wolf <kw...@redhat.com>