diff options
Diffstat (limited to 'include/scsi/libiscsi_tcp.h')
-rw-r--r-- | include/scsi/libiscsi_tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libiscsi_tcp.h b/include/scsi/libiscsi_tcp.h index 215469a9b801..2a7aa75dd009 100644 --- a/include/scsi/libiscsi_tcp.h +++ b/include/scsi/libiscsi_tcp.h | |||
@@ -83,6 +83,8 @@ struct iscsi_tcp_task { | |||
83 | struct iscsi_pool r2tpool; | 83 | struct iscsi_pool r2tpool; |
84 | struct kfifo r2tqueue; | 84 | struct kfifo r2tqueue; |
85 | void *dd_data; | 85 | void *dd_data; |
86 | spinlock_t pool2queue; | ||
87 | spinlock_t queue2pool; | ||
86 | }; | 88 | }; |
87 | 89 | ||
88 | enum { | 90 | enum { |