Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5791
b: refs/heads/master
c: 27876d0
h: refs/heads/master
i:
  5789: bf63670
  5787: 57a0500
  5783: cb0f184
  5775: bf4d26b
  5759: 5803bb4
v: v3
  • Loading branch information
Steve French authored and Linus Torvalds committed Aug 14, 2005
1 parent 781315d commit a70f423
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: d024709deb4997aced6140a62e8ee82b10666c5f
refs/heads/master: 27876d02b30aa34bb1ad35b81ccc40c174282f31
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 a70f423

Please sign in to comment.