aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2007-09-27 20:10:06 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:53:30 -0400
commit169e36742572934f5d846cfa5f9d76e72d505db4 (patch)
tree933e2d74af1185da4a5910c5877a0ce3a26d9550 /include/linux/sched.h
parent9e0db4b12c7deda532ad13d37a84ee41dd691066 (diff)
[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index a4a141055c44..833f7dc2b8de 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -27,7 +27,7 @@
27#define CLONE_NEWUTS 0x04000000 /* New utsname group? */ 27#define CLONE_NEWUTS 0x04000000 /* New utsname group? */
28#define CLONE_NEWIPC 0x08000000 /* New ipcs */ 28#define CLONE_NEWIPC 0x08000000 /* New ipcs */
29#define CLONE_NEWUSER 0x10000000 /* New user namespace */ 29#define CLONE_NEWUSER 0x10000000 /* New user namespace */
30#define CLONE_NEWNET 0x20000000 /* New network namespace */ 30#define CLONE_NEWNET 0x40000000 /* New network namespace */
31 31
32/* 32/*
33 * Scheduling policies 33 * Scheduling policies