diff options
author | Andreas Herrmann <aherrman@de.ibm.com> | 2006-02-10 19:43:55 -0500 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-12 12:12:38 -0500 |
commit | 61c41823c50302ca6cd455c48a1395f944c61f8f (patch) | |
tree | 1a6826ea48b9860717d9e57e9d05d655565bbec8 /drivers/s390 | |
parent | ed829ad607a9c334cea490d3a8c0f874153fb42d (diff) |
[SCSI] zfcp: fix: avoid race between fc_remote_port_add and scsi_add_device
Flush workqueue of a scsi host after a remote port for that host
is registered at the fc transport class. Otherwise immediate
registration of a scsi device on that host is racy.
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_erp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_erp.c b/drivers/s390/scsi/zfcp_erp.c index 8ed6fcb41653..e3c4bdd29a60 100644 --- a/drivers/s390/scsi/zfcp_erp.c +++ b/drivers/s390/scsi/zfcp_erp.c | |||
@@ -3415,6 +3415,8 @@ zfcp_erp_action_cleanup(int action, struct zfcp_adapter *adapter, | |||
3415 | "(adapter %s, wwpn=0x%016Lx)\n", | 3415 | "(adapter %s, wwpn=0x%016Lx)\n", |
3416 | zfcp_get_busid_by_port(port), | 3416 | zfcp_get_busid_by_port(port), |
3417 | port->wwpn); | 3417 | port->wwpn); |
3418 | else | ||
3419 | scsi_flush_work(adapter->scsi_host); | ||
3418 | } | 3420 | } |
3419 | zfcp_port_put(port); | 3421 | zfcp_port_put(port); |
3420 | break; | 3422 | break; |