]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
net: ipv6: Move ip6_route_get_saddr to inline
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 16 Jun 2016 23:24:24 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 04:25:29 +0000 (21:25 -0700)
commita2e2ff560f5113e8ca31432fbd985f5f1889efdc
tree2d64752444832a80a737f65a5ca510e6d00ef8f3
parent0023a061d75a37f50fb6952015b826d86de8d2c4
net: ipv6: Move ip6_route_get_saddr to inline

VRF driver needs access to ip6_route_get_saddr code. Since it does
little beyond ipv6_dev_get_saddr and ipv6_dev_get_saddr is already
exported for modules move ip6_route_get_saddr to the header as an
inline.

Code move only; no functional change.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
net/ipv6/route.c