projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5bf2e1f
)
CLONE_NEWNS and CLONE_FS aren't default spaces.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 31 Oct 2008 04:00:53 +0000 (
04:00
+0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 31 Oct 2008 04:00:53 +0000 (
04:00
+0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2813
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
src/vspace.c
patch
|
blob
|
history
diff --git
a/src/vspace.c
b/src/vspace.c
index
20c14a3
..
a6aeb83
100644
(file)
--- a/
src/vspace.c
+++ b/
src/vspace.c
@@
-205,7
+205,7
@@
int main(int argc, char *argv[])
if (thisbit == (__typeof__(thisbit)) -1) {
thisbit = vc_get_space_mask();
if (thisbit == (__typeof__(thisbit)) -1)
- thisbit = CLONE_NEWNS | CLONE_FS;
+ thisbit = 0;
}
break;