]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfsng: cgfsng_set()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:45:12 +0000 (19:45 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:45:12 +0000 (19:45 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index b3e52ebf0455a6ae5a84aa96ac797d9ad83da799..22d50b532c8ae57098ff0b119c8e9d3caa301a6b 100644 (file)
@@ -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)