commit | 5d0e5ea343a0f70351428476bcf8715e0731f26a | [log] [tgz] |
---|---|---|
author | Stephan Müller <smueller@chronox.de> | Tue Dec 27 23:41:22 2016 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jan 18 21:54:16 2017 -0500 |
tree | b8788ee494dfed1af46531f9084897c27f9e8792 | |
parent | 43d8a72cd985ca5279a9eb84d61fcbb3ee3d3774 [diff] |
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>