mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sync()
This means we finally only use common functions in the client. 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: 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>
This commit is contained in:
parent
0b0a1a3b2d
commit
7dbfc0d910
File diff suppressed because it is too large
Load Diff
|
|
@ -38,6 +38,7 @@ extern int smbd_receive_credit_max;
|
|||
*/
|
||||
struct smbd_connection {
|
||||
struct smbdirect_socket socket;
|
||||
struct workqueue_struct *workqueue;
|
||||
};
|
||||
|
||||
/* Create a SMBDirect session */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user