]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: server: make use of smbdirect_connection_send_io_done()
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Sep 2025 18:54:31 +0000 (20:54 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:23 +0000 (21:58 -0500)
commitbb1d5c49d6cdc0be77719123237ead835216f304
tree5059c54b0b39d96a4e020346a1e6a05373699666
parent8ecb32ada10e13d608a80f1112daf03c82fa3683
smb: server: make use of smbdirect_connection_send_io_done()

This also wakes up send_io.pending.dec_wait_queue, which
is currently always empty in the server, but that might
change in future. And we also don't spam the logs on IB_WC_WR_FLUSH_ERR.

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