Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12011
b: refs/heads/master
c: f4cfd69
h: refs/heads/master
i:
  12009: 30601ef
  12007: 44a50fa
v: v3
  • Loading branch information
Steve French committed Jul 14, 2005
1 parent cbf9967 commit 891e517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7245c2ccf14cde2023273c1ec246732d96e2c27
refs/heads/master: f4cfd69cf349dd27e00d5cf804b57aee04e059c2
6 changes: 6 additions & 0 deletions trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/cifs/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ cifsConvertToUCS(__le16 * target, const char *source, int maxlen,
src_char = source[i];
switch (src_char) {
case 0:
target[j] = 0;
goto ctoUCS_out;
case ':':
target[j] = cpu_to_le16(UNI_COLON);
Expand Down

0 comments on commit 891e517

Please sign in to comment.