Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57913
b: refs/heads/master
c: 3201e65
h: refs/heads/master
i:
  57911: 452327b
v: v3
  • Loading branch information
Jay Vosburgh authored and Jeff Garzik committed Jun 20, 2007
1 parent 66a4b8d commit 0bb46c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 3a2c892daaf54b31a70785c2821771e8094188ed
refs/heads/master: 3201e656ce56ed02e9501906c18ffe16ae350a52
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4345,8 +4345,8 @@ static void bond_free_all(void)
bond_mc_list_destroy(bond);
/* Release the bonded slaves */
bond_release_all(bond_dev);
unregister_netdevice(bond_dev);
bond_deinit(bond_dev);
unregister_netdevice(bond_dev);
}

#ifdef CONFIG_PROC_FS
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ static ssize_t bonding_store_bonds(struct class *cls, const char *buffer, size_t
printk(KERN_INFO DRV_NAME
": %s is being deleted...\n",
bond->dev->name);
unregister_netdevice(bond->dev);
bond_deinit(bond->dev);
bond_destroy_sysfs_entry(bond);
unregister_netdevice(bond->dev);
rtnl_unlock();
goto out;
}
Expand Down

0 comments on commit 0bb46c3

Please sign in to comment.