summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pid_namespace.h (renamed from include/linux/pspace.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/pspace.h b/include/linux/pid_namespace.h
index 91d48b8b2d99..54d79095e295 100644
--- a/include/linux/pspace.h
+++ b/include/linux/pid_namespace.h
@@ -1,5 +1,5 @@
-#ifndef _LINUX_PSPACE_H
-#define _LINUX_PSPACE_H
+#ifndef _LINUX_PID_NS_H
+#define _LINUX_PID_NS_H
#include <linux/sched.h>
#include <linux/mm.h>
@@ -13,11 +13,11 @@ struct pidmap {
#define PIDMAP_ENTRIES ((PID_MAX_LIMIT + 8*PAGE_SIZE - 1)/PAGE_SIZE/8)
-struct pspace {
+struct pid_namespace {
struct pidmap pidmap[PIDMAP_ENTRIES];
int last_pid;
};
-extern struct pspace init_pspace;
+extern struct pid_namespace init_pid_ns;
-#endif /* _LINUX_PSPACE_H */
+#endif /* _LINUX_PID_NS_H */