Re: 802.1q + device removal causing hang

From: David S. Miller (davem@redhat.com)
Date: Wed Sep 11 2002 - 17:31:32 EST


Try this:

--- net/8021q/vlan.c.~1~ Wed Sep 11 15:34:49 2002
+++ net/8021q/vlan.c Wed Sep 11 15:34:59 2002
@@ -626,7 +626,7 @@
                         ret = unregister_vlan_dev(dev,
                                                   VLAN_DEV_INFO(vlandev)->vlan_id);
 
- unregister_netdev(vlandev);
+ unregister_netdevice(vlandev);
 
                         /* Group was destroyed? */
                         if (ret == 1)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:27 EST