]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f764677b9ee78192aaa1dbf19eeaf102aef8328
treeb8788ee494dfed1af46531f9084897c27f9e8792
parentd5714697a24bb8d258bd923546b5c151d2abf4da
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