]> git.proxmox.com Git - lxc.git/blob - debian/patches/0007-rename-cgroup-namespace-directory-to-ns.patch
0421cb5a970515be787fdb9a293d5b3fd4ea4f33
[lxc.git] / debian / patches / 0007-rename-cgroup-namespace-directory-to-ns.patch
1 From 3790507952f3cda5c6dd9bb6f87c80d9b0ddadf7 Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Fri, 23 Dec 2016 15:57:24 +0100
4 Subject: [PATCH 7/9] rename cgroup namespace directory to ns
5
6 Signed-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
11 diff --git a/src/lxc/cgroups/cgroup.h b/src/lxc/cgroups/cgroup.h
12 index f36c6f0..2c504c8 100644
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 --
25 2.1.4
26