]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] CIFS: Fix missing entries in search results
authorSteve French <smfrench@austin.rr.com>
Sun, 14 Aug 2005 21:55:23 +0000 (16:55 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 14 Aug 2005 22:27:24 +0000 (15:27 -0700)
commitd024709deb4997aced6140a62e8ee82b10666c5f
treec383ee45809d28079b4dcd554f9953509c57da1b
parent1b0a74d1c002320d5488333dd9c72126af1aab02
[PATCH] CIFS: Fix missing entries in search results

Fix missing entries in search results when very long file names and more
than 50 (or so) of such long search entries in the directory.

FindNext could send corrupt last byte of resume name when resume key was
a few hundred bytes long file name or longer.

Fixes Samba Bug # 2932

Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/cifs/cifssmb.c