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:
ba331d5
)
Fix full_name_hash() behaviour when length is a multiple of 8
author
Al Viro
<viro@ZenIV.linux.org.uk>
Thu, 22 Mar 2012 21:59:52 +0000
(21:59 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 22 Mar 2012 22:10:43 +0000
(15:10 -0700)
We want it to match what hash_name() is doing, which means extra
multiply by 9 in this case...
Reported-and-Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge