]> Gentwo Git Trees - linux/.git/commit
smb: client: Omit an if branch in smb2_find_smb_tcon()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 9 Oct 2025 15:00:13 +0000 (17:00 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 9 Oct 2025 15:40:43 +0000 (10:40 -0500)
commit1643cd51ba975f484a09bed42d1a2014c42c9e6d
tree775f6e15fe3e767919ea9db51d360b1674a8964a
parent4468490251c0392e0c87a3f1c1c1585a89f6ffa6
smb: client: Omit an if branch in smb2_find_smb_tcon()

Statements from an if branch and the end of this function implementation
were equivalent.
Thus delete duplicate source code.

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