Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213337
b: refs/heads/master
c: 9197846
h: refs/heads/master
i:
  213335: a09a4a0
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Sep 9, 2010
1 parent ca4c757 commit 8434371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 634651fab36dc8d7c3b1a1aa14f9ec1e29de9f0f
refs/heads/master: 91978465b1e5f89025cd43cd2102943160ec6dee
3 changes: 2 additions & 1 deletion trunk/drivers/s390/scsi/zfcp_aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ static void __init zfcp_init_device_configure(char *busid, u64 wwpn, u64 lun)
if (!port)
goto out_port;

flush_work(&port->rport_work);
unit = zfcp_unit_enqueue(port, lun);
if (IS_ERR(unit))
goto out_unit;

zfcp_erp_unit_reopen(unit, 0, "auidc_1", NULL);
zfcp_erp_wait(adapter);
flush_work(&unit->scsi_work);
zfcp_scsi_scan(unit);

out_unit:
put_device(&port->dev);
Expand Down

0 comments on commit 8434371

Please sign in to comment.