]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Nov 2025 15:29:38 +0000 (16:29 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:24 +0000 (21:58 -0500)
commit00ac2a4fe04af50e65bbac010379d66d87547c0f
tree2486070e7402fa8539b2a389ad3f8e72d728e3b2
parenta40e6f0166e6d5fef4dd7d3b71c333319a0964ab
smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()

This would actually never be used as we only move to
SMBDIRECT_MR_ERROR when we directly call
smbdirect_socket_schedule_cleanup().

Doing an ib_dereg_mr/ib_alloc_mr dance on
working connection is not needed and
it's also pointless on a broken connection
as we don't reuse any ib_pd.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
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/common/smbdirect/smbdirect_mr.c