]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: return an error if rdma_connect does not return within 5 seconds
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Aug 2025 16:12:11 +0000 (18:12 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 7 Aug 2025 17:40:11 +0000 (12:40 -0500)
commit03537826f77f1c829d0593d211b38b9c876c1722
tree684f94752bbc195ba720b051bce34ad7dece4eb2
parentbef82d5848dadb10c2671970fae2cc4cd2c6a123
smb: client: return an error if rdma_connect does not return within 5 seconds

This matches the timeout for tcp connections.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Fixes: f198186aa9bb ("CIFS: SMBD: Establish SMB Direct connection")
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c