Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e03c36f authored by Stephan Müller's avatar Stephan Müller Committed by Theodore Ts'o
Browse files

random: remove stale urandom_init_wait



The urandom_init_wait wait queue is a left over from the pre-ChaCha20
times and can therefore be savely removed.

Signed-off-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 3d071d8d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -409,7 +409,6 @@ static struct poolinfo {
 */
static DECLARE_WAIT_QUEUE_HEAD(random_read_wait);
static DECLARE_WAIT_QUEUE_HEAD(random_write_wait);
static DECLARE_WAIT_QUEUE_HEAD(urandom_init_wait);
static struct fasync_struct *fasync;

static DEFINE_SPINLOCK(random_ready_list_lock);