diff options
| author | Andrew Gabbasov <[email protected]> | 2016-01-15 08:44:23 +0000 |
|---|---|---|
| committer | Jan Kara <[email protected]> | 2016-02-09 12:05:23 +0000 |
| commit | 484a10f49387e4386bf2708532e75bf78ffea2cb (patch) | |
| tree | f9d39341f8f6bcf20dfd6ca6573fa46ea622843c /drivers/gpu/drm/omapdrm/omap_gem.c | |
| parent | udf: Remove struct ustr as non-needed intermediate storage (diff) | |
| download | kernel-484a10f49387e4386bf2708532e75bf78ffea2cb.tar.gz kernel-484a10f49387e4386bf2708532e75bf78ffea2cb.zip | |
udf: Merge linux specific translation into CS0 conversion function
Current implementation of udf_translate_to_linux function does not
support multi-bytes characters at all: it counts bytes while calculating
extension length, when inserting CRC inside the name it doesn't
take into account inter-character boundaries and can break into
the middle of the character.
The most efficient way to properly support multi-bytes characters is
merging of translation operations directly into conversion function.
This can help to avoid extra passes along the string or parsing
the multi-bytes character back into unicode to find out it's length.
Signed-off-by: Andrew Gabbasov <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
0 files changed, 0 insertions, 0 deletions
