aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/net_namespace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index 6f71db8c4428..662e6ea1cecf 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -112,6 +112,8 @@ out_undo:
112 if (ops->exit) 112 if (ops->exit)
113 ops->exit(net); 113 ops->exit(net);
114 } 114 }
115
116 rcu_barrier();
115 goto out; 117 goto out;
116} 118}
117 119