mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
smb: smbdirect: introduce smbdirect_socket.disconnect_work
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>
This commit is contained in:
parent
17e1d07430
commit
de32f33c03
|
|
@ -43,6 +43,8 @@ struct smbdirect_socket {
|
|||
enum smbdirect_socket_status status;
|
||||
wait_queue_head_t status_wait;
|
||||
|
||||
struct work_struct disconnect_work;
|
||||
|
||||
/* RDMA related */
|
||||
struct {
|
||||
struct rdma_cm_id *cm_id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user