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 276f12431dbf..72cb26f85d58 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c | |||
@@ -28,6 +28,9 @@ static const struct proc_ns_operations *ns_entries[] = { | |||
28 | &userns_operations, | 28 | &userns_operations, |
29 | #endif | 29 | #endif |
30 | &mntns_operations, | 30 | &mntns_operations, |
31 | #ifdef CONFIG_CGROUPS | ||
32 | &cgroupns_operations, | ||
33 | #endif | ||
31 | }; | 34 | }; |
32 | 35 | ||
33 | static const char *proc_ns_get_link(struct dentry *dentry, | 36 | static const char *proc_ns_get_link(struct dentry *dentry, |