Re: [PATCH] random: simplify arithmetic function flow in account()

From: Jason A. Donenfeld
Date: Mon Jan 17 2022 - 12:56:05 EST


On Mon, Jan 17, 2022 at 6:52 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
> -static size_t account(size_t nbytes, int min)
> +static noinline size_t account(size_t nbytes, int min)

Sorry, that noinline snuck in there from looking at the codegen. Removed.