Loading fs/cifs/CHANGES +6 −0 Original line number Diff line number Diff line 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. Loading fs/cifs/misc.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
fs/cifs/CHANGES +6 −0 Original line number Diff line number Diff line 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. Loading
fs/cifs/misc.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading