From: Chad Dupuis Date: Fri, 11 Apr 2014 20:54:45 +0000 (-0400) Subject: qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~13^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7108b76e87e9a31099f5d4ac0aed6c3b77dce728;p=pandora-kernel.git qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread. Attempting to do any logins from the SCSI reset handler can lead to a deadlock scenario if a rport times out and the FC transport layer. Move doing any port logins to the DPC thread so as not to impede the progress of the SCSI error handler thread and avoid deadlock situations. Signed-off-by: Chad Dupuis Signed-off-by: Saurav Kashyap Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed