commit | c16ec18599c8c1722d476011786fd9e2529888f7 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Sat Feb 11 13:49:20 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 11 21:25:18 2017 -0500 |
tree | 0f17b999b254b930081517f6bc64f12b911bff75 | |
parent | 90d2ea9f66d3f9f96bc0f41d94b4830c0b2d0a50 [diff] |
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>