Skip to content

Commit c3011b9

Browse files
metze-sambasmfrench
authored andcommitted
smb: client: make use of common smbdirect_socket
This is the next step in the direction of a common smbdirect layer. Currently only structures are shared, but that will change over time until everything is shared. 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: Hyunchul Lee <hyc.lee@gmail.com> Cc: Meetakshi Setiya <meetakshisetiyaoss@gmail.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>
1 parent 22234e3 commit c3011b9

File tree

3 files changed

+146
-126
lines changed

3 files changed

+146
-126
lines changed

fs/smb/client/cifs_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ static int cifs_debug_data_proc_show(struct seq_file *m, void *v)
387387
seq_printf(m, "\nSMBDirect (in hex) protocol version: %x "
388388
"transport status: %x",
389389
server->smbd_conn->protocol,
390-
server->smbd_conn->transport_status);
390+
server->smbd_conn->socket.status);
391391
seq_printf(m, "\nConn receive_credit_max: %x "
392392
"send_credit_target: %x max_send_size: %x",
393393
server->smbd_conn->receive_credit_max,

0 commit comments

Comments
 (0)