diff options
author | 2024-09-08 15:23:48 +0900 | |
---|---|---|
committer | 2024-09-14 00:03:15 -0500 | |
commit | c5a709f08d40b1a082e44ffcde1aea4d2822ddd5 (patch) | |
tree | 1e2d9c50263bdc2fb4868afe420fca66fc06953f /scripts/generate_rust_analyzer.py | |
parent | ksmbd: make __dir_empty() compatible with POSIX (diff) | |
download | linux-rng-c5a709f08d40b1a082e44ffcde1aea4d2822ddd5.tar.xz linux-rng-c5a709f08d40b1a082e44ffcde1aea4d2822ddd5.zip |
ksmbd: handle caseless file creation
Ray Zhang reported ksmbd can not create file if parent filename is
caseless.
Y:\>mkdir A
Y:\>echo 123 >a\b.txt
The system cannot find the path specified.
Y:\>echo 123 >A\b.txt
This patch convert name obtained by caseless lookup to parent name.
Cc: stable@vger.kernel.org # v5.15+
Reported-by: Ray Zhang <zhanglei002@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions