net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()
[ Upstream commit 03483dbd ] Replace kfree_skb() with kfree_skb_reason() in vxlan_mdb_xmit. No drop reasons are introduced in this commit. Signed-off-by:Menglong Dong <dongml2@chinatelecom.cn> Reviewed-by:
Simon Horman <horms@kernel.org> Signed-off-by:
David S. Miller <davem@davemloft.net> Stable-dep-of: 1f5d2fd1 ("vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading