]> git.ipfire.org Git - thirdparty/linux.git/commit
smb: client: only use a single wait_queue to monitor smbdirect connection status
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Aug 2025 16:12:14 +0000 (18:12 +0200)
committerSteve French <stfrench@microsoft.com>
Thu, 7 Aug 2025 17:40:11 +0000 (12:40 -0500)
commitdfe6f14aedbf59bfb7145de5c7da908583ae50fd
tree9ff8c26c9764d948a266be25a9aa824185696dbe
parent550a194c5998e4e77affc6235e80d3766dc2d27e
smb: client: only use a single wait_queue to monitor smbdirect connection status

There's no need for separate conn_wait and disconn_wait queues.

This will simplify the move to common code, the server code
already a single wait_queue for this.

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
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smbdirect.c
fs/smb/client/smbdirect.h