summaryrefslogtreecommitdiffstats
path: root/fs/crypto/policy.c
diff options
context:
space:
mode:
authorTheodore Ts'o2016-11-27 04:05:18 +0100
committerTheodore Ts'o2016-12-11 22:26:09 +0100
commitcc4e0df038ddb73510c01712abf302b3f0130147 (patch)
treed7440880e5479d0d9c43ca27e7f9f23cdb9cbcca /fs/crypto/policy.c
parentfscrypt: unexport fscrypt_initialize() (diff)
downloadkernel-qcow2-linux-cc4e0df038ddb73510c01712abf302b3f0130147.tar.gz
kernel-qcow2-linux-cc4e0df038ddb73510c01712abf302b3f0130147.tar.xz
kernel-qcow2-linux-cc4e0df038ddb73510c01712abf302b3f0130147.zip
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/policy.c')
-rw-r--r--fs/crypto/policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/crypto/policy.c b/fs/crypto/policy.c
index b96a10e3cf78..6ed7c2eebeec 100644
--- a/fs/crypto/policy.c
+++ b/fs/crypto/policy.c
@@ -10,8 +10,8 @@
#include <linux/random.h>
#include <linux/string.h>
-#include <linux/fscrypto.h>
#include <linux/mount.h>
+#include "fscrypt_private.h"
static int inode_has_encryption_context(struct inode *inode)
{