]> git.baikalelectronics.ru Git - kernel.git/commit
net: rename dst_neigh_output back to neigh_output
authorJulian Anastasov <ja@ssi.bg>
Sat, 11 Feb 2017 11:49:20 +0000 (13:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 12 Feb 2017 02:25:18 +0000 (21:25 -0500)
commitf1673c87137442441c37ab33b62fba6a3c6dba1b
tree0f17b999b254b930081517f6bc64f12b911bff75
parent90cf05c89b042becfae17f08af7c049fbc2eec55
net: rename dst_neigh_output back to neigh_output

After the dst->pending_confirm flag was removed, we do not
need anymore to provide dst arg to dst_neigh_output.
So, rename it to neigh_output as before commit a7c2301bf4ca
("net: Do delayed neigh confirmation.").

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/dst.h
include/net/neighbour.h
net/ipv4/ip_output.c
net/ipv6/ip6_output.c