]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] zfcp: fix remote port status check
authorMartin Petermann <martin@linux.vnet.ibm.com>
Wed, 26 Nov 2008 17:07:35 +0000 (18:07 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 1 Dec 2008 16:16:44 +0000 (10:16 -0600)
commitbce02614cd1b3d669af1195695e503e818b60fae
tree4627c43bda7cf117c85832c795a436ebf24c5658
parent21098c68df7115554fe041170899bdff709efd08
[SCSI] zfcp: fix remote port status check

For an incoming RSCN it was checked by the ZFCP_STATUS_PORT_DID_DID
define to re-open a remote port or to test the connection. Since this
define was re-used it was also necessary to replace that define with
ZFCP_STATUS_PORT_PHYS_OPEN.

Signed-off-by: Martin Petermann <martin@linux.vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/s390/scsi/zfcp_fc.c