Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144772
b: refs/heads/master
c: 9d34d1a
h: refs/heads/master
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed May 9, 2009
1 parent b19e499 commit 20b7e05
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: be8be9eccbf2d908a7e56b3f7a71105cd88da06b
refs/heads/master: 9d34d1a20e8171be819a6c8c4de4eea6104d174e
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 20b7e05

Please sign in to comment.