From: Linus Torvalds Date: Tue, 6 Mar 2012 19:16:17 +0000 (-0800) Subject: vfs: use 'unsigned long' accesses for dcache name comparison and hashing X-Git-Tag: v3.4-rc1~197^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcfaa77bdf0f775263e906015982a608df01c76;p=pandora-kernel.git 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 --- Reading git-diff-tree failed