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 <smfrench@gmail.com> Cc: Tom Talpey <tom@talpey.com> Cc: Long Li <longli@microsoft.com> Acked-by: 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> Signed-off-by: Steve French <stfrench@microsoft.com>
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)