]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
authorUros Bizjak <ubizjak@gmail.com>
Mon, 30 Sep 2024 12:33:18 +0000 (14:33 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Oct 2024 16:19:56 +0000 (18:19 +0200)
commitb27e03ee6f3353e020e1ff3351a30724253b05e9
tree4c1a157a820806d2b787861a750ec89c95947541
parent84b241ab4f6139fbe03eb6c460098b25b5fc7c9b
fscrypt: Include <linux/once.h> in fs/crypto/keyring.c

Include <linux/once.h> header to allow the removal of legacy
inclusion of <linux/prandom.h> from <linux/random.h>.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Theodore Y. Ts'o <tytso@mit.edu>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Acked-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
fs/crypto/keyring.c