diff options
Diffstat (limited to 'fs/smb/client/smbdirect.h')
| -rw-r--r-- | fs/smb/client/smbdirect.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/smb/client/smbdirect.h b/fs/smb/client/smbdirect.h index 1c63188664df..2ce6b7ab898a 100644 --- a/fs/smb/client/smbdirect.h +++ b/fs/smb/client/smbdirect.h @@ -82,11 +82,6 @@ struct smbd_connection { /* Used by transport to wait until all MRs are returned */ wait_queue_head_t wait_for_mr_cleanup; - /* Activity accounting */ - atomic_t send_pending; - wait_queue_head_t wait_send_pending; - wait_queue_head_t wait_post_send; - /* Receive queue */ int count_receive_queue; wait_queue_head_t wait_receive_queues; |
