]> git.proxmox.com Git - mirror_qemu.git/commit
backup: Pack Notifier within BackupBlockJob
authorJohn Snow <jsnow@redhat.com>
Tue, 26 Jan 2016 23:54:58 +0000 (18:54 -0500)
committerKevin Wolf <kwolf@redhat.com>
Wed, 25 May 2016 17:04:21 +0000 (19:04 +0200)
commit12b3e52e4875ca018e033c66f1825437a005c239
tree5b93f6fc31ed3bbf415a00e6eebbb5d1fc4411cb
parent91ab68837933232bcef99da7c968e6d41900419b
backup: Pack Notifier within BackupBlockJob

Instead of relying on peeking at bs->job, we want to explicitly get
a reference to the job that was involved in this notifier callback.

Pack the Notifier inside of the BackupBlockJob so we can use
container_of to get a reference back to the BackupBlockJob object.

This cuts out one more case where we rely unnecessarily on bs->job.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/backup.c