projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0db4b
)
[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.
author
Eric W. Biederman
<ebiederm@xmission.com>
Fri, 28 Sep 2007 00:10:06 +0000
(17:10 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:30 +0000
(16:53 -0700)
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sched.h
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index
a4a1410
..
833f7dc
100644
(file)
--- a/
include/linux/sched.h
+++ b/
include/linux/sched.h
@@
-27,7
+27,7
@@
#define CLONE_NEWUTS 0x04000000 /* New utsname group? */
#define CLONE_NEWIPC 0x08000000 /* New ipcs */
#define CLONE_NEWUSER 0x10000000 /* New user namespace */
-#define CLONE_NEWNET 0x
2
0000000 /* New network namespace */
+#define CLONE_NEWNET 0x
4
0000000 /* New network namespace */
/*
* Scheduling policies