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 6889d2f commit 6c5b0f9Copy full SHA for 6c5b0f9
fs/smb/common/smbdirect/smbdirect_socket.h
@@ -51,6 +51,14 @@ struct smbdirect_socket {
51
enum smbdirect_socket_status status;
52
wait_queue_head_t status_wait;
53
54
+ /*
55
+ * This points to the workqueue to
56
+ * be used for this socket.
57
+ * It can be per socket (on the client)
58
+ * or point to a global workqueue (on the server)
59
+ */
60
+ struct workqueue_struct *workqueue;
61
+
62
struct work_struct disconnect_work;
63
64
/* RDMA related */
0 commit comments