From: Mike Christie Date: Wed, 15 Aug 2007 06:38:30 +0000 (-0500) Subject: [SCSI] libiscsi: sync up iscsi and scsi eh's access to the connection X-Git-Tag: v2.6.23-rc7~101^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6724add1b5cfb020ba8f5532efe430d1ccd5fc30;p=pandora-kernel.git [SCSI] libiscsi: sync up iscsi and scsi eh's access to the connection The iscsi eh could be tearing down the session/connection while the scsi eh is still sending task management functions. If when we drop the session lock to grab the recv lock, the iscsi eh tears down the connection we will oops. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed