]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: Use more common code in SMB2_tcon()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 9 Oct 2025 08:37:39 +0000 (10:37 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 14 Jun 2026 20:12:24 +0000 (15:12 -0500)
commit0eb17dea51eff940230b5e562df29ce457124d41
tree7475dc0901e09bca47f8ff81d6e53e6d41e93180
parentc1266041e64571096e960c5507e176e88b4913e4
smb: client: Use more common code in SMB2_tcon()

Use an additional label so that a bit of common code can be better reused
at the end of this function implementation.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2pdu.c