]> git.proxmox.com Git - lxc.git/blame - debian/patches/0007-rename-cgroup-namespace-directory-to-ns.patch
bump version to 2.0.8-1
[lxc.git] / debian / patches / 0007-rename-cgroup-namespace-directory-to-ns.patch
CommitLineData
7395ab25 1From adf5f6720c85fe7059ff98942c136846b16880eb Mon Sep 17 00:00:00 2001
02a2999d
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Fri, 23 Dec 2016 15:57:24 +0100
7395ab25 4Subject: [PATCH 7/8] rename cgroup namespace directory to ns
02a2999d
WB
5
6Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
7---
8 src/lxc/cgroups/cgroup.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/src/lxc/cgroups/cgroup.h b/src/lxc/cgroups/cgroup.h
7395ab25 12index f36c6f02..2c504c81 100644
02a2999d
WB
13--- a/src/lxc/cgroups/cgroup.h
14+++ b/src/lxc/cgroups/cgroup.h
15@@ -32,7 +32,7 @@
16 * will be moved into an additional subdirectory "cgns/" inside the cgroup in
17 * order to prevent it from accessing the outer limiting cgroup.
18 */
19-#define CGROUP_NAMESPACE_SUBDIR "cgns"
20+#define CGROUP_NAMESPACE_SUBDIR "ns"
21
22 struct lxc_handler;
23 struct lxc_conf;
24--
7395ab25 252.11.0
02a2999d 26