]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cifs: Merge is_path_valid() into get_normalized_path()
authorPaulo Alcantara (SUSE) <pc@cjr.nz>
Fri, 23 Jun 2023 21:34:05 +0000 (21:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jun 2023 08:18:37 +0000 (10:18 +0200)
commit8a5aaa4562a9ef2ce731e00a658e8bc6489f9aad
tree10dbcb7193e306889663aca1cb4bac6b754a6e95
parent339134c15c643eb228766b03faa90d936d72697a
cifs: Merge is_path_valid() into get_normalized_path()

commit ff2f7fc08268f266372c30a815349749e8499eb5 upstream.

Just do the trivial path validation in get_normalized_path().

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Rishabh Bhatnagar <risbhat@amazon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/dfs_cache.c