]> git.openfabrics.org - ~emulex/infiniband.git/commit
[SCSI] zfcp: fix erp timeout cleanup for port open requests
authorMartin Petermann <martin.petermann@de.ibm.com>
Tue, 4 Nov 2008 15:35:11 +0000 (16:35 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 5 Nov 2008 17:47:40 +0000 (12:47 -0500)
commit7ea633ffad0bcb0b3e0deee81997d07f292e7f44
tree275464a4401f1d9255160d4cfff31e6b41328349
parent77fd9494bce3188c20d82e45464ed9b1be83bf98
[SCSI] zfcp: fix erp timeout cleanup for port open requests

If an open port fsf request times out (in erp) the
corresponding erp_action member of the fsf
request need to set to NULL. If the port structure
will be removed later-on there will be still a
reference in the fsf request to the non existing
erp_action otherwise.

Signed-off-by: Martin Petermann <martin.petermann@de.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_erp.c