smb: server: make use of smbdirect_connection_idle_timer_work()
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Aug 2025 15:25:37 +0000 (17:25 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:22 +0000 (21:58 -0500)
commit84d7085e5f2343877e4b0e0a55569f59f7db92a1
tree7319afdc8e94d8ff134626b67f393a1dc7859a52
parentaa1255e71ffac6868e9db10ac3b6c2c10711afd9
smb: server: make use of smbdirect_connection_idle_timer_work()

This is basically a copy of smb_direct_idle_connection_timer().
The only difference is that we had no logging before.

Note smbdirect_socket_prepare_create() already calls INIT_DELAYED_WORK().

Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/transport_rdma.c