Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Uros Bizjak and committed by
Jason A. Donenfeld
b27e03ee 84b241ab

+1
+1
fs/crypto/keyring.c
··· 22 22 #include <crypto/skcipher.h> 23 23 #include <linux/key-type.h> 24 24 #include <linux/random.h> 25 + #include <linux/once.h> 25 26 #include <linux/seq_file.h> 26 27 27 28 #include "fscrypt_private.h"