aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ecryptfs/inode.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-01-25 10:29:33 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-01-27 20:36:18 +0800
commit3095e8e366b471f3bcdbf21c9c72a45718ff8756 (patch)
treed0eeca59d06f37bbe1e4934e694acf9b4463f232 /fs/ecryptfs/inode.c
parenttcp: Use ahash (diff)
downloadwireguard-linux-3095e8e366b471f3bcdbf21c9c72a45718ff8756.tar.xz
wireguard-linux-3095e8e366b471f3bcdbf21c9c72a45718ff8756.zip
eCryptfs: Use skcipher and shash
This patch replaces uses of ablkcipher and blkcipher with skcipher, and the long obsolete hash interface with shash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'fs/ecryptfs/inode.c')
-rw-r--r--fs/ecryptfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c
index 4e685ac1024d..0a8f1b469a63 100644
--- a/fs/ecryptfs/inode.c
+++ b/fs/ecryptfs/inode.c
@@ -29,7 +29,6 @@
#include <linux/dcache.h>
#include <linux/namei.h>
#include <linux/mount.h>
-#include <linux/crypto.h>
#include <linux/fs_stack.h>
#include <linux/slab.h>
#include <linux/xattr.h>