]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifs: remove unreachable code in cifs_get_tcp_session()
authorRoman Smirnov <r.smirnov@omp.ru>
Mon, 31 Mar 2025 08:22:50 +0000 (11:22 +0300)
committerSteve French <stfrench@microsoft.com>
Tue, 1 Apr 2025 02:10:29 +0000 (21:10 -0500)
commitbe5d361e3083a469385eff34b46ad58eb97b1e38
treed90d6c755d82d480d39b161e63f757a95bcf5d85
parent2510859475d7f46ed7940db0853f3342bf1b65ee
cifs: remove unreachable code in cifs_get_tcp_session()

echo_interval is checked at mount time, the code has become
unreachable.

Signed-off-by: Roman Smirnov <r.smirnov@omp.ru>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/connect.c