From: Or Gerlitz Date: Mon, 8 Feb 2010 13:22:34 +0000 (+0000) Subject: IB/iser: Use libiscsi passthrough mode X-Git-Tag: v2.6.34-rc1~225^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962b4b528ba87c8d837bb04794a1918c7de631cd;p=pandora-kernel.git IB/iser: Use libiscsi passthrough mode libiscsi passthrough mode invokes the transport xmit calls directly without first going through an internal queue, unlike the other mode, which uses a queue and a xmitworker thread. Now that the "cant_sleep" prerequisite of iscsi_host_alloc is met, move to use it. Handling xmit errors is now done by the passthrough flow of libiscsi. Since the queue/worker aren't used in this mode, the code that schedules the xmitworker is removed. Signed-off-by: Or Gerlitz Reviewed-by: Mike Christie Signed-off-by: Roland Dreier --- Reading git-diff-tree failed