]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: Remove unicode parameter from parse_reparse_point() function
authorPali Rohár <pali@kernel.org>
Sun, 6 Oct 2024 17:44:50 +0000 (19:44 +0200)
committerSteve French <stfrench@microsoft.com>
Wed, 29 Jan 2025 23:11:56 +0000 (17:11 -0600)
commit24cf72976acee4b731c7c3ef2080e8535441fa3b
tree2a57557d490a3d35135f27f22dc234c780fc8b05
parent8b19dfb34d17e77a0809d433cc128b779282131b
cifs: Remove unicode parameter from parse_reparse_point() function

This parameter is always true, so remove it and also remove dead code which
is never called (for all false code paths).

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsproto.h
fs/smb/client/reparse.c
fs/smb/client/smb1ops.c
fs/smb/client/smb2file.c
fs/smb/client/smb2proto.h