commit | 43d8a72cd985ca5279a9eb84d61fcbb3ee3d3774 | [log] [tgz] |
---|---|---|
author | Stephan Müller <smueller@chronox.de> | Tue Dec 27 23:40:59 2016 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jan 18 21:54:15 2017 -0500 |
tree | fafb655467444e577fc4ff789a7bf2af9ddba45c | |
parent | 2e03c36f25ebb52d3358b8baebcdf96895c33a87 [diff] |
random: remove variable limit The variable limit was used to identify the nonblocking pool's unlimited random number generation. As the nonblocking pool is a thing of the past, remove the limit variable and any conditions around it (i.e. preserve the branches for limit == 1). Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Theodore Ts'o <tytso@mit.edu>