[PATCH] bonding: Fix sysfs attribute handling
- From: Libor Pechacek <lpechacek@xxxxxxx>
- Date: Fri, 21 Mar 2008 14:52:55 +0100
bonding: Fix sysfs attribute handling
For bonding interfaces any attempt to read the sysfs directory contents after
module removal results in an oops. The fix is to release sysfs attributes
for the interfaces upon module unload.
Signed-off-by: Libor Pechacek <lpechacek@xxxxxxx>
--
drivers/net/bonding/bond_main.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 0942d82..33767d4 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -4528,8 +4528,7 @@ static void bond_free_all(void)
netif_tx_unlock_bh(bond_dev);
/* Release the bonded slaves */
bond_release_all(bond_dev);
- bond_deinit(bond_dev);
- unregister_netdevice(bond_dev);
+ bond_destroy(bond);
}
#ifdef CONFIG_PROC_FS
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] bonding: Fix sysfs attribute handling
- From: Andrew Morton
- Re: [PATCH] bonding: Fix sysfs attribute handling
- Prev by Date: Re: [PATCH 6/8] ptrace: arch_ptrace -ENOSYS return
- Next by Date: Re: [RFC] x86: bitops asm constraint fixes
- Previous by thread: [PATCH] - Allow NODES_SHIFT to be a config option on x86_64
- Next by thread: Re: [PATCH] bonding: Fix sysfs attribute handling
- Index(es):
Relevant Pages
|
|