OSDN Git Service

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)
commitc16ec18599c8c1722d476011786fd9e2529888f7
tree0f17b999b254b930081517f6bc64f12b911bff75
parent90d2ea9f66d3f9f96bc0f41d94b4830c0b2d0a50
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 5110effee8fd
("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