]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Jul 2020 12:36:38 +0000 (09:36 -0300)
committerSteve French <stfrench@microsoft.com>
Sun, 2 Aug 2020 23:00:26 +0000 (18:00 -0500)
commitf56e2302b748608a44ee20483cfa0a82a4fea2f4
tree35564083783eecacb652f014f2971215a36c5a8b
parent663718ef24e5749c4af358bb0996ac06ba3ced04
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()

They were identical execpt to CIFSTCon() vs. SMB2_tcon().
These are also available via ops->tree_connect().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/smb2pdu.c