]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32a941dbb96c10a905f2bc5879e76abf0863a1f6
tree011edc598aad4c27128e5750fd213487c8ccc148
parent09751a4aa6a5228a5bc3709bbd6d5c48dfb6f7e8
f2fs crypto: remove checking key context during lookup

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>
fs/f2fs/namei.c