Skip to content

Commit f5b893e

Browse files
metze-sambasmfrench
authored andcommitted
smb: smbdirect: introduce smbdirect_socket.first_error
This will be used when a connected conection gets the first error. Cc: Steve French <[email protected]> Cc: Tom Talpey <[email protected]> Cc: Long Li <[email protected]> Acked-by: Namjae Jeon <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Metzmacher <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent cc678b8 commit f5b893e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/smb/common/smbdirect/smbdirect_socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ enum smbdirect_keepalive_status {
8383
struct smbdirect_socket {
8484
enum smbdirect_socket_status status;
8585
wait_queue_head_t status_wait;
86+
int first_error;
8687

8788
/*
8889
* This points to the workqueue to

0 commit comments

Comments
 (0)