git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf3fb8
)
f2fs crypto: remove checking key context during lookup
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 7 May 2015 01:23:21 +0000
(18:23 -0700)
committer
Jaegeuk 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