Skip to content
Commit a4241207 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: vrf: remove skb_dst_force() after skb_dst_set()



skb_dst_set(skb, dst) installs a normal (refcounted) dst, there is no
point using skb_dst_force(skb)

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Acked-by: default avatarDavid Ahern <dsa@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1f3316d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment