ns proc: Add support for the ipc namespace
[deliverable/linux.git] / fs / proc / namespaces.c
index 6ae9f07d59ee9a5fca3503ca1fd1c476d5dcc30e..f18d6d58bf793bae6045b149437bdcacdbe5b13c 100644 (file)
 
 
 static const struct proc_ns_operations *ns_entries[] = {
+#ifdef CONFIG_NET_NS
+       &netns_operations,
+#endif
+#ifdef CONFIG_UTS_NS
+       &utsns_operations,
+#endif
+#ifdef CONFIG_IPC_NS
+       &ipcns_operations,
+#endif
 };
 
 static const struct file_operations ns_file_operations = {
This page took 0.026484 seconds and 5 git commands to generate.