提交 5d0e5ea3 编写于 作者: S Stephan Müller 提交者: Theodore Ts'o

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: NStephan Mueller <smueller@chronox.de>
Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
上级 43d8a72c
......@@ -313,9 +313,7 @@ static int random_read_wakeup_bits = 64;
static int random_write_wakeup_bits = 28 * OUTPUT_POOL_WORDS;
/*
* The minimum number of seconds between urandom pool reseeding. We
* do this to limit the amount of entropy that can be drained from the
* input pool even if there are heavy demands on /dev/urandom.
* Variable is currently unused by left for user space compatibility.
*/
static int random_min_urandom_seed = 60;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册