commit | bfcfaa77bdf0f775263e906015982a608df01c76 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 06 11:16:17 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 08 18:08:44 2012 -0800 |
tree | 6671137d4af157b851d953b7e2809abbfa809e81 | |
parent | 9f8050c4f99789d03ca96d4e625bd6637241828f [diff] |
vfs: use 'unsigned long' accesses for dcache name comparison and hashing Ok, this is hacky, and only works on little-endian machines with goo unaligned handling. And even then only with CONFIG_DEBUG_PAGEALLOC disabled, since it can access up to 7 bytes after the pathname. But it runs like a bat out of hell. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>