commit | ad706862890171e02df1d7391b05599fb676ec18 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Fri Aug 14 11:05:52 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 17 14:28:03 2015 -0700 |
tree | 02951dde611b8bacbc2b8679cdb06352cfb8e612 | |
parent | 776829de90c5972895db398993ddfa9417ff8b01 [diff] |
ipv6: Remove un-used argument from ip6_dst_alloc() After 4b32b5ad31a6 ("ipv6: Stop rt6_info from using inet_peer's metrics"), ip6_dst_alloc() does not need the 'table' argument. This patch cleans it up. Signed-off-by: Martin KaFai Lau <kafai@fb.com> CC: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>