On 2018-05-09 18:26, Kevin Wolf wrote: > This gets us rid of more direct accesses to BlockJob fields from the > job drivers. > > Signed-off-by: Kevin Wolf > Reviewed-by: Eric Blake > --- > include/block/blockjob_int.h | 8 ++++++++ > block/backup.c | 18 +++++++----------- > block/commit.c | 4 ++-- > block/mirror.c | 5 +---- > block/stream.c | 4 ++-- > blockjob.c | 9 +++++++++ > 6 files changed, 29 insertions(+), 19 deletions(-) Reviewed-by: Max Reitz