]> xenbits.xensource.com Git - qemu-xen.git/commit
block/mirror: Drop mirror_wait_for_any_operation()
authorHanna Reitz <hreitz@redhat.com>
Wed, 9 Nov 2022 16:54:49 +0000 (17:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 10 Nov 2022 12:33:47 +0000 (13:33 +0100)
commiteb994912993077f178ccb43b20e422ecf9ae4ac7
tree64395cd8e003a5ee0aa4a75000826c6ccf96e6fd
parentd69a879bdf1aed586478eaa161ee064fe1b92f1a
block/mirror: Drop mirror_wait_for_any_operation()

mirror_wait_for_free_in_flight_slot() is the only remaining user of
mirror_wait_for_any_operation(), so inline the latter into the former.

Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20221109165452.67927-3-hreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/mirror.c