f2fs: remove wrong backported codes
Kconfig and dentry RCU mode stuffs. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
a1c31d8ded
commit
d8a1d0c13c
2 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ config F2FS_FS
|
||||||
tristate "F2FS filesystem support"
|
tristate "F2FS filesystem support"
|
||||||
depends on BLOCK
|
depends on BLOCK
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
select KEYS
|
|
||||||
select CRYPTO_CRC32
|
select CRYPTO_CRC32
|
||||||
help
|
help
|
||||||
F2FS is based on Log-structured File System (LFS), which supports
|
F2FS is based on Log-structured File System (LFS), which supports
|
||||||
|
|
|
@ -1014,9 +1014,6 @@ static const char *f2fs_encrypted_follow_link(struct dentry *dentry, void **cook
|
||||||
u32 max_size = inode->i_sb->s_blocksize;
|
u32 max_size = inode->i_sb->s_blocksize;
|
||||||
int res;
|
int res;
|
||||||
|
|
||||||
if (!dentry)
|
|
||||||
return ERR_PTR(-ECHILD);
|
|
||||||
|
|
||||||
res = fscrypt_get_encryption_info(inode);
|
res = fscrypt_get_encryption_info(inode);
|
||||||
if (res)
|
if (res)
|
||||||
return ERR_PTR(res);
|
return ERR_PTR(res);
|
||||||
|
|
Loading…
Add table
Reference in a new issue