summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Protopopov <pboris@amazon.com>2020-09-24 00:36:38 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-18 19:22:33 +0100
commitac39c90de3d9e52d2428950783f72416e9246c07 (patch)
treebc76b86498f1362a16172454601b20ad90fe30c1 /Makefile
parent7e87e69e3347b658357a0a699799babacedd755c (diff)
Convert trailing spaces and periods in path components
commit 57c176074057531b249cf522d90c22313fa74b0b upstream. When converting trailing spaces and periods in paths, do so for every component of the path, not just the last component. If the conversion is not done for every path component, then subsequent operations in directories with trailing spaces or periods (e.g. create(), mkdir()) will fail with ENOENT. This is because on the server, the directory will have a special symbol in its name, and the client needs to provide the same. Signed-off-by: Boris Protopopov <pboris@amazon.com> Acked-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions