]> git.baikalelectronics.ru Git - kernel.git/commit
ip_tunnel: Call ip_tunnel_core_init() from inet_init()
authorThomas Graf <tgraf@suug.ch>
Thu, 23 Jul 2015 08:08:44 +0000 (10:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2015 08:28:21 +0000 (01:28 -0700)
commit2e425fadd49a017fd592e546bd1a3d2dcc528e49
tree10037431a845453ca3942ccbe9a8ebb413baa212
parent3c1e7159dacf27b3514a72e289cb709c818a4a82
ip_tunnel: Call ip_tunnel_core_init() from inet_init()

Convert the module_init() to a invocation from inet_init() since
ip_tunnel_core is part of the INET built-in.

Fixes: f232b2dc245 ("route: Per route IP tunnel metadata via lightweight tunnel")
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_tunnels.h
net/ipv4/af_inet.c
net/ipv4/ip_tunnel_core.c