Re: [RFC PATCH 07/15] job-driver.h: add helper functions

2021-11-02 Thread Vladimir Sementsov-Ogievskiy
29.10.2021 19:39, Emanuele Giuseppe Esposito wrote: These functions will be useful when job_lock is globally applied, as they will allow drivers to access the job struct fields without worrying about the job lock. Now that we are done with the job API header split, update also the comments in

[RFC PATCH 07/15] job-driver.h: add helper functions

2021-10-29 Thread Emanuele Giuseppe Esposito
These functions will be useful when job_lock is globally applied, as they will allow drivers to access the job struct fields without worrying about the job lock. Now that we are done with the job API header split, update also the comments in blockjob.c (and move them in job.c). Signed-off-by: