diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c index b3c7fd5542500ab13940814211692bbe3b7ef8d3..baa528d7dfbde35908b84c830761e510cce8f5cf 100644 --- a/kernel/pid_namespace.c +++ b/kernel/pid_namespace.c @@ -16,6 +16,7 @@ #include #include #include +#include #define BITS_PER_PAGE (PAGE_SIZE*8) @@ -144,6 +145,7 @@ void free_pid_ns(struct kref *kref) if (parent != NULL) put_pid_ns(parent); } +EXPORT_SYMBOL_GPL(free_pid_ns); void zap_pid_ns_processes(struct pid_namespace *pid_ns) {