projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a923f04
)
Readd pid space, as false.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 8 Aug 2010 16:00:45 +0000 (16:00 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Sun, 8 Aug 2010 16:00:45 +0000 (16:00 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2907
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
lib/issupported.c
patch
|
blob
|
history
diff --git
a/lib/issupported.c
b/lib/issupported.c
index
3f614ae
..
35cd9f2
100644
(file)
--- a/
lib/issupported.c
+++ b/
lib/issupported.c
@@
-50,6
+50,7
@@
vc_isSupported(vcFeatureSet feature)
case vcFEATURE_PPTAG : return conf & VC_VCI_PPTAG;
case vcFEATURE_SPACES : return conf & VC_VCI_SPACES;
case vcFEATURE_PIVOT_ROOT : return ver >= 0x00020304;
+ case vcFEATURE_PIDSPACE : return false;
case vcFEATURE_MEMCG : return ver >= 0x00020306 && conf & VC_VCI_MEMCG;
default : assert(false);
}