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 <[email protected]> Cc: Tom Talpey <[email protected]> Cc: Long Li <[email protected]> Cc: Namjae Jeon <[email protected]> Cc: Hyunchul Lee <[email protected]> Cc: Meetakshi Setiya <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Metzmacher <[email protected]> Signed-off-by: Steve French <[email protected]>
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)