aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/net_namespace.c')
-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 9e8ee4640451..b5796d17a302 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -43,6 +43,8 @@ static bool init_net_initialized;
43/* 43/*
44 * pernet_ops_rwsem: protects: pernet_list, net_generic_ids, 44 * pernet_ops_rwsem: protects: pernet_list, net_generic_ids,
45 * init_net_initialized and first_device pointer. 45 * init_net_initialized and first_device pointer.
46 * This is internal net namespace object. Please, don't use it
47 * outside.
46 */ 48 */
47DECLARE_RWSEM(pernet_ops_rwsem); 49DECLARE_RWSEM(pernet_ops_rwsem);
48 50