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 7f155175bba8..5d5ee8f3e4ff 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
@@ -361,6 +361,7 @@ struct net *get_net_ns_by_fd(int fd) | |||
361 | return ERR_PTR(-EINVAL); | 361 | return ERR_PTR(-EINVAL); |
362 | } | 362 | } |
363 | #endif | 363 | #endif |
364 | EXPORT_SYMBOL_GPL(get_net_ns_by_fd); | ||
364 | 365 | ||
365 | struct net *get_net_ns_by_pid(pid_t pid) | 366 | struct net *get_net_ns_by_pid(pid_t pid) |
366 | { | 367 | { |