diff options
author | 2023-07-24 10:10:57 +0800 | |
---|---|---|
committer | 2023-07-25 00:31:24 -0500 | |
commit | a43f95fdd39490f7b156fd126f1e90ec2d5553f1 (patch) | |
tree | 0c04f59c861af7936b5802ce40beec5d46badc58 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs/nls: make load_nls() take a const parameter (diff) | |
download | wireguard-linux-a43f95fdd39490f7b156fd126f1e90ec2d5553f1.tar.xz wireguard-linux-a43f95fdd39490f7b156fd126f1e90ec2d5553f1.zip |
cifs: fix charset issue in reconnection
We need to specify charset, like "iocharset=utf-8", in mount options for
Chinese path if the nls_default don't support it, such as iso8859-1, the
default value for CONFIG_NLS_DEFAULT.
But now in reconnection the nls_default is used, instead of the one we
specified and used in mount, and this can lead to mount failure.
Signed-off-by: Winston Wen <wentao@uniontech.com>
Reviewed-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions