On Thu, Mar 01, 2018 at 12:22:47AM +0100, Rasmus Villemoes wrote:
> Ever since "random: kill dead extract_state struct" [1], the
> dont_count_entropy member of struct timer_rand_state has been
> effectively unused. Since it hasn't found a new use in 12 years, it's
> probably safe to finally kill it.
>
> [1] Pre-git,
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/commit/?id=c1c48e61c251f57e7a3f1bf11b3c462b2de9dcb5
>
> Signed-off-by: Rasmus Villemoes <[email protected]>
> ---
> drivers/char/random.c | 53
> ++++++++++++++++++++++++---------------------------
Thanks, applied.
- Ted