Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144775
b: refs/heads/master
c: e1cc1c5
h: refs/heads/master
i:
  144773: 375cc72
  144771: b19e499
  144767: 34d124d
v: v3
  • Loading branch information
David S. Miller committed May 9, 2009
1 parent 388a2dc commit 8d63a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 7aa6a4786e70fe826b998d1f95ba911a28546844
refs/heads/master: e1cc1c578055d20d36e084e324001fb5e0355a71
8 changes: 0 additions & 8 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5181,7 +5181,6 @@ static int __init bonding_init(void)
{
int i;
int res;
struct bonding *bond;

printk(KERN_INFO "%s", version);

Expand Down Expand Up @@ -5212,13 +5211,6 @@ static int __init bonding_init(void)

goto out;
err:
list_for_each_entry(bond, &bond_dev_list, bond_list) {
bond_work_cancel_all(bond);
destroy_workqueue(bond->wq);
}

bond_destroy_sysfs();

rtnl_lock();
bond_free_all();
rtnl_unlock();
Expand Down

0 comments on commit 8d63a1d

Please sign in to comment.