]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ocfs2: use get_random_u32() where appropriate
authorDavid Carlier <devnexen@gmail.com>
Sun, 5 Apr 2026 15:47:20 +0000 (16:47 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 15 Apr 2026 09:15:03 +0000 (02:15 -0700)
commit6c9340a2ff2b32cc4477cc6c2a969855195bf9a3
tree9e9ac74874dc0176a6a14c82822fc806622c19a5
parentd647c5b2fbf81560818dacade360abc8c00a9665
ocfs2: use get_random_u32() where appropriate

Use the typed random integer helpers instead of get_random_bytes() when
filling a single integer variable.  The helpers return the value directly,
require no pointer or size argument, and better express intent.

Link: https://lkml.kernel.org/r/20260405154720.4732-1-devnexen@gmail.com
Signed-off-by: David Carlier <devnexen@gmail.com
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Cc: Heming Zhao <heming.zhao@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/super.c