···88#include <linux/threads.h>99#include <linux/nsproxy.h>1010#include <linux/kref.h>1111+#include <linux/ns_common.h>11121213struct pidmap {1314 atomic_t nr_free;···4443 kgid_t pid_gid;4544 int hide_pid;4645 int reboot; /* group exit code if this pidns was rebooted */4747- unsigned int proc_inum;4646+ struct ns_common ns;4847};49485049extern struct pid_namespace init_pid_ns;