]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/net/dst.h
net: pending_confirm is not used anymore
authorJulian Anastasov <ja@ssi.bg>
Mon, 6 Feb 2017 21:14:17 +0000 (23:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:07:47 +0000 (13:07 -0500)
commit51ce8bd4d17a761e1a90a34a1b5c9b762cce7553
treeb009850c5a2e7c633a94eeacb71a25f91b4b64f0
parent0dec879f636f11b0ffda1cb5fd96a1754c59ead3
net: pending_confirm is not used anymore

When same struct dst_entry can be used for many different
neighbours we can not use it for pending confirmations.
As last step, we can remove the pending_confirm flag.

Reported-by: YueHaibing <yuehaibing@huawei.com>
Fixes: 5110effee8fd ("net: Do delayed neigh confirmation.")
Fixes: f2bb4bedf35d ("ipv4: Cache output routes in fib_info nexthops.")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/core/dst.c