From: Joe Eykholt Date: Tue, 25 Aug 2009 21:04:03 +0000 (-0700) Subject: [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJT X-Git-Tag: v2.6.32-rc1~689^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d490ce33ee8b93638d09e471a3bc66ae33b6606;p=pandora-kernel.git [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJT I saw an lport debug message from the exchange manager saying: "lport 70500: Received response for out of range oxid:ffff" A trace showed this was a BA_RJT sent due to an incoming ABTS which arrived on an unknown exchange. So, the sender of the BA_RJT was in error, but in this case, both the initiator and responder were the same machine. The OX_ID and RX_ID should not have been reversed in this case. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed