diff options
Diffstat (limited to 'net/core')
-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 b7bde551ef76..cb5290b8c428 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
@@ -446,6 +446,7 @@ struct net *get_net_ns_by_fd(int fd) | |||
446 | return ERR_PTR(-EINVAL); | 446 | return ERR_PTR(-EINVAL); |
447 | } | 447 | } |
448 | #endif | 448 | #endif |
449 | EXPORT_SYMBOL_GPL(get_net_ns_by_fd); | ||
449 | 450 | ||
450 | struct net *get_net_ns_by_pid(pid_t pid) | 451 | struct net *get_net_ns_by_pid(pid_t pid) |
451 | { | 452 | { |