]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcab2c698d38f115ad419d4b54e4a01afa44b9eb
treeb009850c5a2e7c633a94eeacb71a25f91b4b64f0
parenta259b2cf981fcb9afc89144a9db39f354e9dc7b8
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: a7c2301bf4ca ("net: Do delayed neigh confirmation.")
Fixes: 50ab9bbc57a6 ("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