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
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