On Tue, Aug 11, 2015 at 10:17 PM, Pravin B Shelar <[email protected]> wrote: > static void __net_exit geneve_exit_net(struct net *net) > { > struct geneve_net *gn = net_generic(net, geneve_net_id); > - struct geneve_dev *geneve, *next; > + struct hlist_head *vni_list_head; > + struct hlist_node *next; > struct net_device *dev, *aux; > + struct geneve_dev *geneve;
I think these newly added variables could be inside the VNI_HASH_SIZE loop. Reviewed-by: Jesse Gross <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
