diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-08 05:35:06 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-10-08 05:35:06 -0400 |
commit | b76a461f11eb5f32d37a9c8eae7b2f3b3f261b43 (patch) | |
tree | 9d250e61dcf424e33f92a6b3e60c95894d9ec56c /net/core/net_namespace.c | |
parent | 5e6b29972b7e9c9c39882227e36fe0cd3463fe96 (diff) |
netns: export netns list
Conntrack code will use it for
a) removing expectations and helpers when corresponding module is removed, and
b) removing conntracks when L3 protocol conntrack module is removed.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/core/net_namespace.c')
-rw-r--r-- | net/core/net_namespace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index 7c52fe277b62..b0dc818a91d7 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
@@ -18,6 +18,7 @@ static struct list_head *first_device = &pernet_list; | |||
18 | static DEFINE_MUTEX(net_mutex); | 18 | static DEFINE_MUTEX(net_mutex); |
19 | 19 | ||
20 | LIST_HEAD(net_namespace_list); | 20 | LIST_HEAD(net_namespace_list); |
21 | EXPORT_SYMBOL_GPL(net_namespace_list); | ||
21 | 22 | ||
22 | struct net init_net; | 23 | struct net init_net; |
23 | EXPORT_SYMBOL(init_net); | 24 | EXPORT_SYMBOL(init_net); |