random: fix comment for unused random_min_urandom_seed
authorStephan Müller <smueller@chronox.de>
Tue, 27 Dec 2016 22:41:22 +0000 (23:41 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 19 Jan 2017 02:54:16 +0000 (21:54 -0500)
commit5d0e5ea343a0f70351428476bcf8715e0731f26a
treeb8788ee494dfed1af46531f9084897c27f9e8792
parent43d8a72cd985ca5279a9eb84d61fcbb3ee3d3774
random: fix comment for unused random_min_urandom_seed

The variable random_min_urandom_seed is not needed any more as it
defined the reseeding behavior of the nonblocking pool. Though it is not
needed any more, it is left in the code for user space interface
compatibility.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c