From: Mike Christie Date: Wed, 15 Jul 2009 20:02:57 +0000 (-0500) Subject: [SCSI] libiscsi: disable bh in and abort handler. X-Git-Tag: v2.6.31-rc6~69^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6187c242089d334102be76427a5a020240e6c19a;p=pandora-kernel.git [SCSI] libiscsi: disable bh in and abort handler. The session lock can be held in the scsi eh thread or the completion paths run from the net softirq. This disables bhs in iscsi_eh_abort when taking the session lock. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed