From: Mike Christie Date: Thu, 5 Mar 2009 20:46:03 +0000 (-0600) Subject: [SCSI] iscsi lib: have lib create work queue for transmitting IO X-Git-Tag: v2.6.30-rc1~641^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ae763e3fce4192cd008956a340353a2e5c3192;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed