From 49b156cf187e99307e5ddae2f19575f766307ed0 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 17 Feb 2018 19:44:52 +0100 Subject: [PATCH] cgfsng: cgfsng_get() 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 2b6874865..ab2ed2db2 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -2508,10 +2508,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) -- 2.47.2