diff options
author | Namjae Jeon <linkinjeon@kernel.org> | 2024-09-08 09:23:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 17:29:48 +0300 |
commit | 6ab95e27b77730de3fa2d601db3764490c5eede2 (patch) | |
tree | 1ad04e2c89a7c19d1ebb141d2b9bfb0aceb9ed1b /include/linux/fpga/fpga-bridge.h | |
parent | 30fe2a885c28a1c97343c324948f2aca88f8c268 (diff) | |
download | linux-6ab95e27b77730de3fa2d601db3764490c5eede2.tar.xz |
ksmbd: handle caseless file creation
commit c5a709f08d40b1a082e44ffcde1aea4d2822ddd5 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions