From: Mike Christie Date: Fri, 31 Dec 2010 08:22:21 +0000 (-0600) Subject: [SCSI] libiscsi: do not take host lock in queuecommand X-Git-Tag: v2.6.38-rc1~466^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41d472179a0d7c8e8160c85180ab1124947068e;p=pandora-kernel.git [SCSI] libiscsi: do not take host lock in queuecommand iscsi_tcp, ib_iser, cxgb*, be2iscsi and bnx2i do not use the host lock and do not take the session lock against a irq, so this patch drops the DEF_SCSI_QCMD use. Instead we just take the session lock and disable bhs. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed