Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226785
b: refs/heads/master
c: 80e736f
h: refs/heads/master
i:
  226783: 9d26d2a
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Dec 21, 2010
1 parent 5e8eae2 commit 9c260ff
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 12137f5c28284cc51b5f50932c8d02a5823fcd3c
refs/heads/master: 80e736f8a37bebeb5bff18f2aec31caab4104b8b
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ static void fcoe_if_destroy(struct fc_lport *lport)

/* Cleanup the fc_lport */
fc_lport_destroy(lport);
fc_fcp_destroy(lport);

/* Stop the transmit retry timer */
del_timer_sync(&port->timer);
Expand All @@ -876,6 +875,9 @@ static void fcoe_if_destroy(struct fc_lport *lport)
fc_remove_host(lport->host);
scsi_remove_host(lport->host);

/* Destroy lport scsi_priv */
fc_fcp_destroy(lport);

/* There are no more rports or I/O, free the EM */
fc_exch_mgr_free(lport);

Expand Down

0 comments on commit 9c260ff

Please sign in to comment.