diff options
Diffstat (limited to 'net/8021q/vlan.c')
-rw-r--r-- | net/8021q/vlan.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index a2ad15250575..2c6c2bd6e4a9 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
@@ -525,6 +525,10 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event, | |||
525 | break; | 525 | break; |
526 | 526 | ||
527 | case NETDEV_UNREGISTER: | 527 | case NETDEV_UNREGISTER: |
528 | /* twiddle thumbs on netns device moves */ | ||
529 | if (dev->reg_state != NETREG_UNREGISTERING) | ||
530 | break; | ||
531 | |||
528 | /* Delete all VLANs for this dev. */ | 532 | /* Delete all VLANs for this dev. */ |
529 | grp->killall = 1; | 533 | grp->killall = 1; |
530 | 534 | ||