On 2018-05-09 18:26, Kevin Wolf wrote: > The backup block job directly accesses the driver field in BlockJob. Add > a wrapper for getting it. > > Signed-off-by: Kevin Wolf > Reviewed-by: Eric Blake > --- > include/block/blockjob.h | 7 +++++++ > block/backup.c | 8 +++++--- > blockjob.c | 5 +++++ > 3 files changed, 17 insertions(+), 3 deletions(-) Reviewed-by: Max Reitz