From: Christian Brauner Date: Sat, 17 Feb 2018 18:44:52 +0000 (+0100) Subject: cgfsng: cgfsng_get() X-Git-Tag: lxc-3.0.0.beta1~22^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2bd2b133d3028a07c6d4d22e9310acba1a3f643;p=thirdparty%2Flxc.git cgfsng: cgfsng_get() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 07fa6b7db..b3e52ebf0 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -2530,10 +2530,9 @@ static bool cgfsng_attach(const char *name, const char *lxcpath, pid_t pid) return true; } -/* - * Called externally (i.e. from 'lxc-cgroup') to query 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 query 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_get(const char *filename, char *value, size_t len, const char *name, const char *lxcpath)