macvlan: remove one synchronize_rcu() call
[pandora-kernel.git] / net / core / dev.c
index 155de20..d945379 100644 (file)
@@ -5126,7 +5126,7 @@ static void rollback_registered_many(struct list_head *head)
                        list_del(&dev->unreg_list);
                        continue;
                }
-
+               dev->dismantle = true;
                BUG_ON(dev->reg_state != NETREG_REGISTERED);
        }