]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Remove rt6_check_dev
authorDavid Ahern <dsahern@gmail.com>
Tue, 9 Apr 2019 21:41:11 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 21:24:06 +0000 (14:24 -0700)
commit7a6005abf854c7a218fec5bc0f8d1224c6e1db20
tree206fc3ac8dfb15a24e140248a7b1c2baa26b96cc
parent73cd40b91798d948adf373e72c143f32fc553623
ipv6: Remove rt6_check_dev

rt6_check_dev is a simpler helper with only 1 caller. Fold the code
into rt6_score_route.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c