summaryrefslogtreecommitdiff
path: root/include/scsi/libiscsi.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-03-10 12:21:14 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-03-10 12:21:14 +1100
commita7e2ea0a8203ca18cae4b8e34a7fc247f0ffa415 (patch)
treebada37daee2665a3e2b21bf6bf5b5bfa8b0c2069 /include/scsi/libiscsi.h
parent15a0a716b49857478b186fe5e007316e125f2681 (diff)
parente2a3a67302fbe2431fc6d7c313073da5b2b4c293 (diff)
Merge remote-tracking branch 'scsi/for-next'
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r--include/scsi/libiscsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h
index b0e275de6dec..583875ea136a 100644
--- a/include/scsi/libiscsi.h
+++ b/include/scsi/libiscsi.h
@@ -196,6 +196,7 @@ struct iscsi_conn {
struct iscsi_task *task; /* xmit task in progress */
/* xmit */
+ spinlock_t taskqueuelock; /* protects the next three lists */
struct list_head mgmtqueue; /* mgmt (control) xmit queue */
struct list_head cmdqueue; /* data-path cmd queue */
struct list_head requeue; /* tasks needing another run */