diff options
Diffstat (limited to 'net/core/net_namespace.c')
-rw-r--r-- | net/core/net_namespace.c | 2 |
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 | */ |
47 | DECLARE_RWSEM(pernet_ops_rwsem); | 49 | DECLARE_RWSEM(pernet_ops_rwsem); |
48 | 50 | ||