net: Pass net into dst_output and remove dst_output_okfn
[cascardo/linux.git] / net / ipv4 / ipmr.c
index cfcb996..fc42525 100644 (file)
@@ -1689,7 +1689,7 @@ static inline int ipmr_forward_finish(struct net *net, struct sock *sk,
        if (unlikely(opt->optlen))
                ip_forward_options(skb);
 
-       return dst_output(sk, skb);
+       return dst_output(net, sk, skb);
 }
 
 /*