From: James.Smart@Emulex.Com Date: Mon, 28 Nov 2005 16:41:44 +0000 (-0500) Subject: [SCSI] lpfc 8.1.1 : Adjust use of scsi_block_requests and interaction w/ FC transport X-Git-Tag: v2.6.16-rc1~474^2~22^2~8^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dc04f1ec0d2f8fdda82ad1f9aa87b6ed74cd4a;p=pandora-kernel.git [SCSI] lpfc 8.1.1 : Adjust use of scsi_block_requests and interaction w/ FC transport - Remove unnecessary scsi_block_requests calls on rport deletes. This was deadlocking the sdev removals as they wanted to flush commands. - No longer block requests when adding the remote port (to block discovery). Instead, register, then change port role. Maps to Qlogic behavior, and closer to the register-node-upon-first-ELS behavior. Signed-off-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed