diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-30 14:10:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-30 14:10:57 -0400 |
commit | 68575476718ed1c6d6ddafeec8310b109e7a7a7f (patch) | |
tree | 6f2a6107859521b5f6b498aa50421cf0d0aebb7a /fs/cifs/CHANGES | |
parent | 9747dd6fa98f2983f4dd09cd6dad1fa3d2a4c5f2 (diff) |
[PATCH] cifs: append \* properly on ASCII servers
For older servers which do not support Unicode
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 4d2404305ab6..95483baab706 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -4,7 +4,9 @@ Fix error mapping of the TOO_MANY_LINKS (hardlinks) case. | |||
4 | Do not oops if root user kills cifs oplock kernel thread or | 4 | Do not oops if root user kills cifs oplock kernel thread or |
5 | kills the cifsd thread (NB: killing the cifs kernel threads is not | 5 | kills the cifsd thread (NB: killing the cifs kernel threads is not |
6 | recommended, unmount and rmmod cifs will kill them when they are | 6 | recommended, unmount and rmmod cifs will kill them when they are |
7 | no longer needed). | 7 | no longer needed). Fix readdir to ASCII servers (ie older servers |
8 | which do not support Unicode) and also require asterik. | ||
9 | |||
8 | 10 | ||
9 | Version 1.33 | 11 | Version 1.33 |
10 | ------------ | 12 | ------------ |