summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSerge Hallyn2016-03-03 02:53:42 +0100
committerSerge Hallyn2016-03-03 02:53:42 +0100
commitf9e7b66dbded19d798b883be68b0613749d7b8bb (patch)
treef4991edc70c9bf49c63895d16b35aa9211675128 /include
parentblkdiscard: add --zeroout (BLKZEROOUT ioctl) (diff)
downloadkernel-qcow2-util-linux-f9e7b66dbded19d798b883be68b0613749d7b8bb.tar.gz
kernel-qcow2-util-linux-f9e7b66dbded19d798b883be68b0613749d7b8bb.tar.xz
kernel-qcow2-util-linux-f9e7b66dbded19d798b883be68b0613749d7b8bb.zip
Implement support for cgroup namespaces
Currently these are supported in #for-next. Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/namespace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/namespace.h b/include/namespace.h
index ea231cacb..9dbe88aa0 100644
--- a/include/namespace.h
+++ b/include/namespace.h
@@ -7,6 +7,9 @@
# ifndef CLONE_NEWNS
# define CLONE_NEWNS 0x00020000
# endif
+# ifndef CLONE_NEWCGROUP
+# define CLONE_NEWCGROUP 0x02000000
+# endif
# ifndef CLONE_NEWUTS
# define CLONE_NEWUTS 0x04000000
# endif