[PATCH 18/18] f2fs crypto: remove checking key context during lookup

2015-05-08 Thread Jaegeuk Kim
No matter what the key is valid or not, readdir shows the dir entries correctly. So, lookup should not failed. But, we expect further accesses should be denied from open, rename, link, and so on. Signed-off-by: Jaegeuk Kim --- fs/f2fs/namei.c | 10 -- 1 file changed, 10 deletions(-)

[PATCH 18/18] f2fs crypto: remove checking key context during lookup

2015-05-08 Thread Jaegeuk Kim
No matter what the key is valid or not, readdir shows the dir entries correctly. So, lookup should not failed. But, we expect further accesses should be denied from open, rename, link, and so on. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/namei.c | 10 -- 1 file changed,