Re: [PATCH for-7.2 2/5] block/mirror: Drop mirror_wait_for_any_operation()

2022-11-10 Thread Kevin Wolf
Am 09.11.2022 um 17:54 hat Hanna Reitz geschrieben: > 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 Reviewed-by: Kevin Wolf

[PATCH for-7.2 2/5] block/mirror: Drop mirror_wait_for_any_operation()

2022-11-09 Thread Hanna Reitz
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 --- block/mirror.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/block/mirror.c b/blo