Am Sat, Feb 05, 2022 at 05:01:17PM +0100 schrieb Jason A. Donenfeld: > Now that POOL_BITS == POOL_MIN_BITS, we must unconditionally wake up > entropy writers after every extraction. Therefore there's no point of > write_wakeup_threshold, so we can move it to the dustbin of unused > compatibility sysctls. While we're at it, we can fix a small comparison > where we were waking up after <= min rather than < min. > > Suggested-by: Eric Biggers <ebiggers@xxxxxxxxxx> > Cc: Theodore Ts'o <tytso@xxxxxxx> > Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Thanks, Dominik