Re: [PATCH v3 6/8] random: Remove the blocking pool
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 21:20:17
Also in:
linux-ext4, linux-man, lkml
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 21:20:17
Also in:
linux-ext4, linux-man, lkml
On Mon, Dec 23, 2019 at 12:20:49AM -0800, Andy Lutomirski wrote:
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>
Applied, thanks. - Ted