diff options
Diffstat (limited to 'fs/proc/namespaces.c')
-rw-r--r-- | fs/proc/namespaces.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c index b017181f1273..f18d6d58bf79 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c | |||
@@ -22,6 +22,9 @@ static const struct proc_ns_operations *ns_entries[] = { | |||
22 | #ifdef CONFIG_UTS_NS | 22 | #ifdef CONFIG_UTS_NS |
23 | &utsns_operations, | 23 | &utsns_operations, |
24 | #endif | 24 | #endif |
25 | #ifdef CONFIG_IPC_NS | ||
26 | &ipcns_operations, | ||
27 | #endif | ||
25 | }; | 28 | }; |
26 | 29 | ||
27 | static const struct file_operations ns_file_operations = { | 30 | static const struct file_operations ns_file_operations = { |