]> www.infradead.org Git - users/dwmw2/linux.git/commit
ksmbd: no need to wait for binded connection termination at logoff
authorNamjae Jeon <linkinjeon@kernel.org>
Sun, 29 Oct 2023 11:58:28 +0000 (20:58 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 31 Oct 2023 02:58:12 +0000 (21:58 -0500)
commit67797da8a4b82446d42c52b6ee1419a3100d78ff
treeca06b459ba39eaf55701c369ab5af8e2812197b0
parent0c180317c654a494fe429adbf7bc9b0793caf9e2
ksmbd: no need to wait for binded connection termination at logoff

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>
fs/smb/server/connection.c