aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_erp.c
diff options
context:
space:
mode:
authorRalph Wuerthner <rwuerthn@de.ibm.com>2006-05-22 12:24:33 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-05-28 12:45:15 -0400
commit75bfc2837bbcc329193d51e8b7115184b78beae0 (patch)
tree6d1511fce28948bd134f7148a996c04dc04e9d32 /drivers/s390/scsi/zfcp_erp.c
parentb7a52fa7fff2309031a2f849bc489206afd2fa4a (diff)
[SCSI] zfcp: evaluate plogi payload to set maxframe_size, supported_classes of rports
Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com> Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_erp.c')
-rw-r--r--drivers/s390/scsi/zfcp_erp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_erp.c b/drivers/s390/scsi/zfcp_erp.c
index ce852c0de129..05c47f6ca924 100644
--- a/drivers/s390/scsi/zfcp_erp.c
+++ b/drivers/s390/scsi/zfcp_erp.c
@@ -3257,8 +3257,12 @@ zfcp_erp_action_cleanup(int action, struct zfcp_adapter *adapter,
3257 "(adapter %s, wwpn=0x%016Lx)\n", 3257 "(adapter %s, wwpn=0x%016Lx)\n",
3258 zfcp_get_busid_by_port(port), 3258 zfcp_get_busid_by_port(port),
3259 port->wwpn); 3259 port->wwpn);
3260 else 3260 else {
3261 scsi_flush_work(adapter->scsi_host); 3261 scsi_flush_work(adapter->scsi_host);
3262 port->rport->maxframe_size = port->maxframe_size;
3263 port->rport->supported_classes =
3264 port->supported_classes;
3265 }
3262 } 3266 }
3263 zfcp_port_put(port); 3267 zfcp_port_put(port);
3264 break; 3268 break;