On Tue, Aug 11, 2015 at 10:17 PM, Pravin B Shelar <pshe...@nicira.com> 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 <je...@nicira.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to