commit | f132c5be05e407a99cf582347a2ae0120acd3ad7 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Thu Mar 22 21:59:52 2012 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 22 15:10:43 2012 -0700 |
tree | f089bbd244aad5d5686360080f93ee9e8592a39d | |
parent | ba331d5decbfe1cc8b1bf10fb7005f4b972c4f0e [diff] |
Fix full_name_hash() behaviour when length is a multiple of 8 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>