diff options
Diffstat (limited to 'kernel/nsproxy.c')
-rw-r--r-- | kernel/nsproxy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c index ad9508865473..a3612f82f187 100644 --- a/kernel/nsproxy.c +++ b/kernel/nsproxy.c | |||
@@ -12,6 +12,9 @@ | |||
12 | #include <linux/module.h> | 12 | #include <linux/module.h> |
13 | #include <linux/version.h> | 13 | #include <linux/version.h> |
14 | #include <linux/nsproxy.h> | 14 | #include <linux/nsproxy.h> |
15 | #include <linux/init_task.h> | ||
16 | |||
17 | struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); | ||
15 | 18 | ||
16 | static inline void get_nsproxy(struct nsproxy *ns) | 19 | static inline void get_nsproxy(struct nsproxy *ns) |
17 | { | 20 | { |