smb: client: don't check for @leaf_fullpath in match_server()
authorPaulo Alcantara <pc@manguebit.com>
Fri, 17 Jan 2025 20:52:15 +0000 (17:52 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 23 Jan 2025 02:13:49 +0000 (20:13 -0600)
commit056e91cbc9804f15704b5bc2f02f91c23b1abea1
tree57ae6d728ddaf6651e9428593c34a7ddcd898492
parent0a9b00e5e5c5fc3c77cbfd01e6ffbe77fc7fe74a
smb: client: don't check for @leaf_fullpath in match_server()

The matching of DFS connections is already handled by @dfs_conn, so
remove @leaf_fullpath matching altogether.

Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/connect.c