dst: Pass net into dst->output
The network namespace is already passed into dst_output pass it into dst->output lwt->output and friends. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
33224b16ff
commit
ede2059dba
@@ -1957,7 +1957,7 @@ purge_queue:
|
||||
xfrm_pol_put(pol);
|
||||
}
|
||||
|
||||
static int xdst_queue_output(struct sock *sk, struct sk_buff *skb)
|
||||
static int xdst_queue_output(struct net *net, struct sock *sk, struct sk_buff *skb)
|
||||
{
|
||||
unsigned long sched_next;
|
||||
struct dst_entry *dst = skb_dst(skb);
|
||||
|
Reference in New Issue
Block a user