]> Git Repo - linux.git/blobdiff - fs/proc/namespaces.c
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / fs / proc / namespaces.c
index a8cca516f1a9dd024ae90a90087533be65fd58e7..8e159fc78c0a12499536f00b40587b3c4c9c56b0 100644 (file)
@@ -33,6 +33,10 @@ static const struct proc_ns_operations *ns_entries[] = {
 #ifdef CONFIG_CGROUPS
        &cgroupns_operations,
 #endif
+#ifdef CONFIG_TIME_NS
+       &timens_operations,
+       &timens_for_children_operations,
+#endif
 };
 
 static const char *proc_ns_get_link(struct dentry *dentry,
This page took 0.031294 seconds and 4 git commands to generate.