diff options
author | Theodore Ts'o <tytso@mit.edu> | 2016-11-26 22:05:18 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-11 16:26:09 -0500 |
commit | cc4e0df038ddb73510c01712abf302b3f0130147 (patch) | |
tree | d7440880e5479d0d9c43ca27e7f9f23cdb9cbcca /fs/crypto/crypto.c | |
parent | b98701df349b7003efd52d9330acbb7be5a255c6 (diff) | |
download | linux-cc4e0df038ddb73510c01712abf302b3f0130147.tar.bz2 |
fscrypt: move non-public structures and constants to fscrypt_private.h
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/crypto/crypto.c')
-rw-r--r-- | fs/crypto/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c index 56f98f45cece..4d9d221b1d60 100644 --- a/fs/crypto/crypto.c +++ b/fs/crypto/crypto.c @@ -27,7 +27,7 @@ #include <linux/bio.h> #include <linux/dcache.h> #include <linux/namei.h> -#include <linux/fscrypto.h> +#include "fscrypt_private.h" static unsigned int num_prealloc_crypto_pages = 32; static unsigned int num_prealloc_crypto_ctxs = 128; |