Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6033
b: refs/heads/master
c: 20b1730
h: refs/heads/master
i:
  6031: 7660d54
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Aug 28, 2005
1 parent 566b7b5 commit 311964a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: 7f84f226389fc5f47b3cb36818972e2e171607de
refs/heads/master: 20b1730af3ae05450b0e03f5aed40c4313f65db6
5 changes: 2 additions & 3 deletions trunk/drivers/s390/scsi/zfcp_aux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,15 +1403,14 @@ zfcp_port_enqueue(struct zfcp_adapter *adapter, wwn_t wwpn, u32 status,
void
zfcp_port_dequeue(struct zfcp_port *port)
{
struct fc_port *rport;

zfcp_port_wait(port);
write_lock_irq(&zfcp_data.config_lock);
list_del(&port->list);
port->adapter->ports--;
write_unlock_irq(&zfcp_data.config_lock);
if (port->rport)
fc_remote_port_delete(rport);
fc_remote_port_delete(port->rport);
port->rport = NULL;
zfcp_adapter_put(port->adapter);
zfcp_sysfs_port_remove_files(&port->sysfs_device,
atomic_read(&port->status));
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ zfcp_ccw_set_offline(struct ccw_device *ccw_device)
{
struct zfcp_adapter *adapter;
struct zfcp_port *port;
struct fc_port *rport;
struct fc_rport *rport;

down(&zfcp_data.config_sema);
adapter = dev_get_drvdata(&ccw_device->dev);
Expand Down

0 comments on commit 311964a

Please sign in to comment.