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:
94753db
)
vfs: move dentry name length comparison from dentry_cmp() into callers
author
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 10 May 2012 19:37:10 +0000
(12:37 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 11 May 2012 02:54:35 +0000
(19:54 -0700)
All callers do want to check the dentry length, but some of them can
check the length and the hash together, so doing it in dentry_cmp() can
be counter-productive.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found