mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
time: support ns lookup
Support the generic ns lookup infrastructure to support file handles for namespaces. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
@@ -103,6 +103,7 @@
|
||||
#include <linux/randomize_kstack.h>
|
||||
#include <linux/pidfs.h>
|
||||
#include <linux/ptdump.h>
|
||||
#include <linux/time_namespace.h>
|
||||
#include <net/net_namespace.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
@@ -1072,6 +1073,7 @@ void start_kernel(void)
|
||||
fork_init();
|
||||
proc_caches_init();
|
||||
uts_ns_init();
|
||||
time_ns_init();
|
||||
key_init();
|
||||
security_init();
|
||||
dbg_late_init();
|
||||
|
||||
Reference in New Issue
Block a user