[PATCH] f2fs/crypto: drop crypto key at evict_inode only

From: Jaegeuk Kim
Date: Tue Oct 10 2017 - 13:56:52 EST


This patch avoids dropping crypto key in f2fs_drop_inode, so we can guarantee
it happens only at evict_inode.

Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
---
fs/f2fs/super.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index dc05b16df514..f10a1b1380c2 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -717,7 +717,6 @@ static int f2fs_drop_inode(struct inode *inode)

sb_end_intwrite(inode->i_sb);

- fscrypt_put_encryption_info(inode, NULL);
spin_lock(&inode->i_lock);
atomic_dec(&inode->i_count);
}
--
2.14.0.rc1.383.gd1ce394fe2-goog