Files
scoutfs/kmod
Auke Kok 40df1e078b prandom_bytes and family removed, switch to get_random_bytes variants.
In v6.1-rc5-2-ge9a688bcb193, get_random_u32_below() becomes available and
can start replacing prandom_bytes_max(). Switch to it where we can.

get_random_bytes() has been available since el7, so also replace
prandom_bytes() where we're using it.

Signed-off-by: Auke Kok <auke.kok@versity.com>
2026-02-06 11:14:31 -08:00
..