From: Christian Brauner Date: Sat, 17 Feb 2018 18:45:12 +0000 (+0100) Subject: cgfsng: cgfsng_set() X-Git-Tag: lxc-2.0.10~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03b723771bf9225c526f30ced336e22d14ef36c;p=thirdparty%2Flxc.git cgfsng: cgfsng_set() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index ab2ed2db2..b292c59a7 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -2545,10 +2545,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)