]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Use get_random_u32 in gfs2_orlov_skip
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 13 Sep 2024 21:10:50 +0000 (23:10 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Nov 2024 11:39:29 +0000 (12:39 +0100)
commit0c5bee608fbbd970e46aade6e57a0fdbbaa4621e
tree0dc942447c46785db23f8f56af19063599c4415b
parent085e423b4d51dfe71e1967c9e508d1cb845063d3
gfs2: Use get_random_u32 in gfs2_orlov_skip

Use get_random_u32() instead of get_random_bytes() to remove the last
remaining call to get_random_bytes().

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/rgrp.c