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:
e7d33bb
)
afs: get rid of redundant ->d_name.len checks
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 3 Aug 2013 08:09:34 +0000
(12:09 +0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 7 Sep 2013 23:54:55 +0000
(19:54 -0400)
No dentry can get to directory modification methods without
having passed either ->lookup() or ->atomic_open(); if name is
rejected by those two (or by ->d_hash()) with an error, it won't
be seen by anything else.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found