commit | 136dff3a6b71dc16c30b35cc390feb0bfc32ed50 | [log] [tgz] |
---|---|---|
author | Yufan Chen <wiz.chen@gmail.com> | Sun Jan 09 11:34:16 2022 +0900 |
committer | Steve French <stfrench@microsoft.com> | Mon Jan 10 12:44:19 2022 -0600 |
tree | e7bfce4dd3e83ee220ebf7bb4abc1e00498cae4b | |
parent | 4d02c4fdc0e256b493f9a3b604c7ff18f0019f17 [diff] |
ksmbd: add smb-direct shutdown When killing ksmbd server after connecting rdma, ksmbd threads does not terminate properly because the rdma connection is still alive. This patch add shutdown operation to disconnect rdma connection while ksmbd threads terminate. Signed-off-by: Yufan Chen <wiz.chen@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>