[SCSI] iscsi lib: have lib create work queue for transmitting IO
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 5 Mar 2009 20:46:03 +0000 (14:46 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 13 Mar 2009 20:28:37 +0000 (15:28 -0500)
commit32ae763e3fce4192cd008956a340353a2e5c3192
treeaf13b359c4e54fe60c8eb76c8927b41468dcbe57
parent06d25af4edb60f9e9c7e74d342a6963a32e3392f
[SCSI] iscsi lib: have lib create work queue for transmitting IO

We were using the shost work queue which ended up being
a little akward since all iscsi hosts need a thread for
scanning, but only drivers hooked into libiscsi need
a workqueue for transmitting. So this patch moves the
xmit workqueue to the lib.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/infiniband/ulp/iser/iscsi_iser.c
drivers/infiniband/ulp/iser/iser_initiator.c
drivers/scsi/cxgb3i/cxgb3i_iscsi.c
drivers/scsi/cxgb3i/cxgb3i_pdu.c
drivers/scsi/iscsi_tcp.c
drivers/scsi/libiscsi.c
include/scsi/libiscsi.h