Revert "net: ipv6: fix virtual tunneling build"
authorAmit Pundir <amit.pundir@linaro.org>
Mon, 2 Jan 2017 08:39:58 +0000 (14:09 +0530)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 2 Jan 2017 08:40:28 +0000 (14:10 +0530)
This reverts commit 04f86f74f217b48cf3c24bbfdf66dec38d4d1e23.

Bug: 16355602
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
net/ipv6/ip6_vti.c

index c76ebc7fc52d1169819d9ad78b9c954191d854e1..0a8610b33d7980e4b1d5290b4266669ddcdc9e0a 100644 (file)
@@ -599,7 +599,7 @@ static int vti6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        if (type == NDISC_REDIRECT)
                ip6_redirect(skb, net, skb->dev->ifindex, 0);
        else
-               ip6_update_pmtu(skb, net, info, 0, 0, INVALID_UID);
+               ip6_update_pmtu(skb, net, info, 0, 0);
        xfrm_state_put(x);
 
        return 0;