Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161016
b: refs/heads/master
c: f161fb7
h: refs/heads/master
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Aug 22, 2009
1 parent 8985fd5 commit 9c994b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7f74549ff630ad444b0b6bbcabf426f781910906
refs/heads/master: f161fb72104c7addac3d404a1ff543b2491c1426
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ static int fcoe_if_destroy(struct net_device *netdev)
/* tear-down the FCoE controller */
fcoe_ctlr_destroy(&fc->ctlr);

/* Free queued packets for the per-CPU receive threads */
fcoe_percpu_clean(lp);

/* Cleanup the fc_lport */
fc_lport_destroy(lp);
fc_fcp_destroy(lp);
Expand All @@ -478,9 +481,6 @@ static int fcoe_if_destroy(struct net_device *netdev)
if (lp->emp)
fc_exch_mgr_free(lp->emp);

/* Free the per-CPU receive threads */
fcoe_percpu_clean(lp);

/* Free existing skbs */
fcoe_clean_pending_queue(lp);

Expand Down

0 comments on commit 9c994b5

Please sign in to comment.