f2fs crypto: remove checking key context during lookup
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 7 May 2015 01:23:21 +0000 (18:23 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 May 2015 22:41:57 +0000 (15:41 -0700)
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 <jaegeuk@kernel.org>

No differences found