From: Eric W. Biederman Date: Fri, 28 Sep 2007 00:10:06 +0000 (-0700) Subject: [NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=169e36742572934f5d846cfa5f9d76e72d505db4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git [NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- 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 @@ #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