[ovs-dev] [PATCH 1/2] Datapath: Cleanup compat ip6_tunnel.c

Yifeng Sun pkusunyifeng at gmail.com
Mon Jul 9 18:03:10 UTC 2018


Good catch, thanks.

Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>

On Mon, Jul 9, 2018 at 6:09 AM, Alin Gabriel Serdean <aserdean at ovn.org>
wrote:

> Remove double assignment of `ip6_tnl *t`.
>
> Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
> ---
>  datapath/linux/compat/ip6_tunnel.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/datapath/linux/compat/ip6_tunnel.c
> b/datapath/linux/compat/ip6_tunnel.c
> index 7c6678796..ecec971e2 100644
> --- a/datapath/linux/compat/ip6_tunnel.c
> +++ b/datapath/linux/compat/ip6_tunnel.c
> @@ -316,8 +316,6 @@ static int ip6_tnl_create2(struct net_device *dev)
>         struct ip6_tnl_net *ip6n = net_generic(net, ip6_tnl_net_id);
>         int err;
>
> -       t = netdev_priv(dev);
> -
>         dev->rtnl_link_ops = &ip6_link_ops;
>         err = register_netdevice(dev);
>         if (err < 0)
> --
> 2.16.1.windows.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list