Subject: [PATCH] Cleanup definition of CLONE_NEWPSPACE From: Eric W. Biederman Date: 1132523099 -0700 --- include/linux/sched.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 3f3fecec5de27d6544f38df38af8d46a966ac5db diff --git a/include/linux/sched.h b/include/linux/sched.h index 5615c5a..2dd4d83 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -60,7 +60,7 @@ struct exec_domain; #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */ #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ #define CLONE_STOPPED 0x02000000 /* Start in stopped state */ -#define CLONE_NEWPSPACE 0x04000000 /* New process space group? */ +#define CLONE_NEWPSPACE 0x04000000 /* New process space */ /* * List of flags we want to share for kernel threads, -- 1.0.GIT