提交 169e3674 编写于 作者: E Eric W. Biederman 提交者: David S. Miller

[NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace.

Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9e0db4b1
......@@ -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 0x20000000 /* New network namespace */
#define CLONE_NEWNET 0x40000000 /* New network namespace */
/*
* Scheduling policies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册