]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for_connect...
authorStefan Metzmacher <metze@samba.org>
Sat, 20 Sep 2025 22:21:41 +0000 (00:21 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 16 Apr 2026 02:58:24 +0000 (21:58 -0500)
commit94604164871e4c182d1305ab1e43971f41b6cf38
tree2ecb1f873d478a146317ffb38981d0194319edad
parent4b4c21a7d2204bda49aa9772d407ba1264727d6d
smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for_connected}()

This means we finally only use common functions in the server.

We still use the embedded struct smbdirect_socket and are
able to access internals, but the will be removed in the
next commits as well.

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