From: Andrew Vasquez Date: Wed, 23 Aug 2006 21:54:54 +0000 (-0700) Subject: [SCSI] qla2xxx: Correct PLOGI retry logic. X-Git-Tag: v2.6.18-rc5~57^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c06938aa458843fb71fa35371f23a3b89317252;p=pandora-kernel.git [SCSI] qla2xxx: Correct PLOGI retry logic. Original code attempts to retry PLOGIs to fcports that are FCP_TARGETs only. If the driver never performed a successful PLOGI/PRLI, the port-type would never be assigned, and the relogin logic would silently drop the request (and thus the port would not be recognized and registered). The fix is relatively straightforward, drop the FCP_TARGET-only check. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed