]> 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)
commit52355c34d0a8d665e8d87dd14325c19b7d07077e
tree10037431a845453ca3942ccbe9a8ebb413baa212
parentd3c48c8c5492d10f44c9b215fda29a57a0a7dea4
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: 86b6d2a3e32 ("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