Skip to content

Commit 80bd534

Browse files
Jaegeuk Kimpundiramit
authored andcommitted
f2fs: remove wrong backported codes
Kconfig and dentry RCU mode fixes. Fixes: c1286ff ("f2fs: backport from 'for-f2fs-4.9'") Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent ca027af commit 80bd534

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

fs/f2fs/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ config F2FS_FS
22
tristate "F2FS filesystem support"
33
depends on BLOCK
44
select CRYPTO
5-
select KEYS
65
select CRYPTO_CRC32
76
help
87
F2FS is based on Log-structured File System (LFS), which supports

fs/f2fs/namei.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,9 +1014,6 @@ static const char *f2fs_encrypted_follow_link(struct dentry *dentry, void **cook
10141014
u32 max_size = inode->i_sb->s_blocksize;
10151015
int res;
10161016

1017-
if (!dentry)
1018-
return ERR_PTR(-ECHILD);
1019-
10201017
res = fscrypt_get_encryption_info(inode);
10211018
if (res)
10221019
return ERR_PTR(res);

0 commit comments

Comments
 (0)