diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index acd2fea24789c3428a4af64950ea833ba225d88d..c419dc2ddb969c134bee8e2b1d4cfd1d48375f5a 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -3804,10 +3804,8 @@ static void vxlan_destroy_tunnels(struct net *net, struct list_head *head) /* If vxlan->dev is in the same netns, it has already been added * to the list by the previous loop. */ - if (!net_eq(dev_net(vxlan->dev), net)) { - gro_cells_destroy(&vxlan->gro_cells); + if (!net_eq(dev_net(vxlan->dev), net)) unregister_netdevice_queue(vxlan->dev, head); - } } for (h = 0; h < PORT_HASH_SIZE; ++h)