Reset to the original
[linux-2.6.git] / linux-2.6-591-unshare-netns.patch
1 diff -Nurb linux-2.6.22-590/kernel/vserver/space.c linux-2.6.22-591/kernel/vserver/space.c
2 --- linux-2.6.22-590/kernel/vserver/space.c     2008-01-02 13:56:26.000000000 -0500
3 +++ linux-2.6.22-591/kernel/vserver/space.c     2008-01-18 12:10:39.000000000 -0500
4 @@ -37,7 +37,8 @@
5         .mask = CLONE_NEWNS |
6                 CLONE_NEWUTS |
7                 CLONE_NEWIPC |
8 -               CLONE_FS
9 +               CLONE_FS | 
10 +               CLONE_NEWNET
11  };
12  
13