]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: no need to wait for binded connection termination at logoff
authorNamjae Jeon <linkinjeon@kernel.org>
Sun, 31 Dec 2023 07:13:17 +0000 (16:13 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2024 14:18:34 +0000 (15:18 +0100)
commit699ad8d03cc5e5af2210b035cd3b76b42c1566c1
tree0e50eb71b8b505c96d3832eff6a8e1f0569e5e27
parent3cf44550814c9ed5968d6d0fbe8e7db8511ba7ce
ksmbd: no need to wait for binded connection termination at logoff

[ Upstream commit 67797da8a4b82446d42c52b6ee1419a3100d78ff ]

The connection could be binded to the existing session for Multichannel.
session will be destroyed when binded connections are released.
So no need to wait for that's connection at logoff.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/smb/server/connection.c