]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/scsi/libiscsi.h
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / include / scsi / libiscsi.h
index 24d74b5bcb2496585d8dc8beb7788b09f911b027..c9bd935f4fd1ca1ff7cd2ab824b1d0cd0441a143 100644 (file)
@@ -197,6 +197,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 */