summaryrefslogtreecommitdiffstats
path: root/fs/crypto/fname.c
diff options
context:
space:
mode:
authorEric Biggers2016-09-15 22:41:09 +0200
committerTheodore Ts'o2016-09-15 22:41:09 +0200
commitd83ae730b6f9464e46eaf052ff84d9486c5b4107 (patch)
treebafcc52fbeac68aabaf16e3a95c3832177758380 /fs/crypto/fname.c
parentfscrypto: improved validation when loading inode encryption metadata (diff)
downloadkernel-qcow2-linux-d83ae730b6f9464e46eaf052ff84d9486c5b4107.tar.gz
kernel-qcow2-linux-d83ae730b6f9464e46eaf052ff84d9486c5b4107.tar.xz
kernel-qcow2-linux-d83ae730b6f9464e46eaf052ff84d9486c5b4107.zip
fscrypto: remove unnecessary includes
This patch removes some #includes that are clearly not needed, such as a reference to ecryptfs, which is unrelated to the new filesystem encryption code. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/crypto/fname.c')
-rw-r--r--fs/crypto/fname.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/crypto/fname.c b/fs/crypto/fname.c
index 5d6d49113efa..31088061db17 100644
--- a/fs/crypto/fname.c
+++ b/fs/crypto/fname.c
@@ -10,8 +10,6 @@
* This has not yet undergone a rigorous security audit.
*/
-#include <keys/encrypted-type.h>
-#include <keys/user-type.h>
#include <linux/scatterlist.h>
#include <linux/ratelimit.h>
#include <linux/fscrypto.h>