aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/net_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index d5bf8b28bbf4..a044e2d9a8f0 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -25,7 +25,7 @@ EXPORT_SYMBOL_GPL(init_net);
25/* 25/*
26 * setup_net runs the initializers for the network namespace object. 26 * setup_net runs the initializers for the network namespace object.
27 */ 27 */
28static int setup_net(struct net *net) 28static __net_init int setup_net(struct net *net)
29{ 29{
30 /* Must be called with net_mutex held */ 30 /* Must be called with net_mutex held */
31 struct pernet_operations *ops; 31 struct pernet_operations *ops;