We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc678b8 commit f5b893eCopy full SHA for f5b893e
fs/smb/common/smbdirect/smbdirect_socket.h
@@ -83,6 +83,7 @@ enum smbdirect_keepalive_status {
83
struct smbdirect_socket {
84
enum smbdirect_socket_status status;
85
wait_queue_head_t status_wait;
86
+ int first_error;
87
88
/*
89
* This points to the workqueue to
0 commit comments