From eec533e378fee166acf45cfcd5e994113b20bdaf Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 17 Feb 2018 19:45:12 +0100 Subject: [PATCH] cgfsng: cgfsng_set() Signed-off-by: Christian Brauner --- src/lxc/cgroups/cgfsng.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index b3e52ebf0..22d50b532 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -2567,10 +2567,9 @@ static int cgfsng_get(const char *filename, char *value, size_t len, return ret; } -/* - * Called externally (i.e. from 'lxc-cgroup') to set new cgroup limits. - * Here we don't have a cgroup_data set up, so we ask the running - * container through the commands API for the cgroup path +/* Called externally (i.e. from 'lxc-cgroup') to set new cgroup limits. Here we + * don't have a cgroup_data set up, so we ask the running container through the + * commands API for the cgroup path. */ static int cgfsng_set(const char *filename, const char *value, const char *name, const char *lxcpath)