]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Remove un-used argument from ip6_dst_alloc()
authorMartin KaFai Lau <kafai@fb.com>
Fri, 14 Aug 2015 18:05:52 +0000 (11:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Aug 2015 21:28:03 +0000 (14:28 -0700)
commit784086fdef846ddb3adaa3407a3feb1e465ce515
tree02951dde611b8bacbc2b8679cdb06352cfb8e612
parent1a1a4961949b3e10e83d1bc41883a9a2044501f8
ipv6: Remove un-used argument from ip6_dst_alloc()

After 1f4dcf18b28a ("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>
net/ipv6/route.c