random: remove the blocking pool
authorAndy Lutomirski <luto@kernel.org>
Mon, 23 Dec 2019 08:20:49 +0000 (00:20 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jan 2020 21:07:01 +0000 (16:07 -0500)
commit90ea1c6436d26e62496616fb5891e00819ff4849
tree6c905b0f08520c8949e8701f5f156b666fca30ed
parent30c08efec8884fb106b8e57094baa51bb4c44e32
random: remove the blocking pool

There is no longer any interface to read data from the blocking
pool, so remove it.

This enables quite a bit of code deletion, much of which will be
done in subsequent patches.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/511225a224bf0a291149d3c0b8b45393cd03ab96.1577088521.git.luto@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c