diff options
author | Eric Biggers <ebiggers@google.com> | 2016-09-15 16:41:09 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-09-15 16:41:09 -0400 |
commit | d83ae730b6f9464e46eaf052ff84d9486c5b4107 (patch) | |
tree | bafcc52fbeac68aabaf16e3a95c3832177758380 /fs/crypto/crypto.c | |
parent | 8f39850dffa9cba0f6920ff907710bcddc7f2a26 (diff) | |
download | linux-d83ae730b6f9464e46eaf052ff84d9486c5b4107.tar.bz2 |
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/crypto.c')
-rw-r--r-- | fs/crypto/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c index c502c116924c..7c39eab47bdf 100644 --- a/fs/crypto/crypto.c +++ b/fs/crypto/crypto.c @@ -28,7 +28,6 @@ #include <linux/dcache.h> #include <linux/namei.h> #include <linux/fscrypto.h> -#include <linux/ecryptfs.h> static unsigned int num_prealloc_crypto_pages = 32; static unsigned int num_prealloc_crypto_ctxs = 128; |