]> www.infradead.org Git - users/dwmw2/linux.git/commit
smb: client: get rid of @nlsc param in cifs_tree_connect()
authorPaulo Alcantara <pc@manguebit.com>
Tue, 26 Nov 2024 20:40:11 +0000 (17:40 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 27 Nov 2024 00:46:19 +0000 (18:46 -0600)
commitb2fe4a8fa0f6b9dbb7d4965f71ec72191cda34f1
tree8ec7e02939482b2e7b52c7385540704ee3734c8a
parent28ec614f2f9bfb57a76dd387be67bb6054f96b04
smb: client: get rid of @nlsc param in cifs_tree_connect()

We can access local_nls directly from @tcon->ses, so there is no need
to pass it as parameter in cifs_tree_connect().

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