diff options
author | Steve French <sfrench@us.ibm.com> | 2005-07-14 18:29:02 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-07-14 18:29:02 -0500 |
commit | f4cfd69cf349dd27e00d5cf804b57aee04e059c2 (patch) | |
tree | 9cf95e3f451814db89ab10a1e292b59f817bd00f /fs/cifs/CHANGES | |
parent | d7245c2ccf14cde2023273c1ec246732d96e2c27 (diff) | |
download | op-kernel-dev-f4cfd69cf349dd27e00d5cf804b57aee04e059c2.zip op-kernel-dev-f4cfd69cf349dd27e00d5cf804b57aee04e059c2.tar.gz |
[CIFS] Fix path name conversion for long filenames when mapchars mount
option was specified at mount time.
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index dab4774..3196d4c 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,9 @@ +Version 1.35 +------------ +Add writepage performance improvements. Fix path name conversions +for long filenames on mounts which were done with "mapchars" mount option +specified. + Version 1.34 ------------ Fix error mapping of the TOO_MANY_LINKS (hardlinks) case. |