]> git.baikalelectronics.ru Git - kernel.git/commit
hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS
authorGeorge Spelvin <linux@sciencehorizons.net>
Sun, 29 May 2016 12:05:56 +0000 (08:05 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2016 14:33:47 +0000 (07:33 -0700)
commitaae7d1fdd113b9407d248916af14c5b6d9825255
tree0012599b46ccd837c6ce808b808456777f7bb92f
parentdfd7142b3b5f040dbd15b7057a14a2d8a979e277
hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS

The self-test was updated to cover zero-length strings; the function
needs to be updated, too.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: George Spelvin <linux@sciencehorizons.net>
Fixes: 18713d999d38 ("fs/namei.c: Add hashlen_string() function")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c