On Wed, Jun 29, 2022 at 10:15:24AM -0400, Emanuele Giuseppe Esposito wrote: > These functions don't need a _locked() counterpart, since > they are all called outside job.c and take the lock only > internally. > > Update also the comments in blockjob.c (and move them in job.c). > > Note: at this stage, job_{lock/unlock} and job lock guard macros > are *nop*. > > No functional change intended. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > blockjob.c | 20 -------------------- > include/qemu/job.h | 37 ++++++++++++++++++++++++++++++++++--- > job.c | 15 +++++++++++++++ > 3 files changed, 49 insertions(+), 23 deletions(-) Reviewed-by: Stefan Hajnoczi