Re: [PATCH v2 1/9] initrd: remove ASCII spinner

From: David Disseldorp
Date: Tue Mar 25 2025 - 02:42:36 EST


> From: Julian Stecklina <julian.stecklina@xxxxxxxxxxxxxxxxxxxxx>
>
> Writing the ASCII spinner probably costs more cycles than copying the
> block of data on some output devices if you output to serial and in
> all other cases it rotates at lightspeed in 2025.
>
> Signed-off-by: Julian Stecklina <julian.stecklina@xxxxxxxxxxxxxxxxxxxxx>
> ---
> init/do_mounts_rd.c | 11 -----------
> 1 file changed, 11 deletions(-)
>
> diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c
> index ac021ae6e6fa78c7b7828a78ab2fa3af3611bef3..473f4f9417e157118b9a6e582607435484d53d63 100644

Looks good.
Reviewed-by: David Disseldorp <ddiss@xxxxxxx>

Will wait for v3 before looking at the rest of the series.