]> 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>
Wed, 21 Feb 2018 14:48:47 +0000 (15:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index ab2ed2db2396d7b317b4ec2c8f52dcb42878d64d..b292c59a74de483a81c12e366e81e13e15d9d6d5 100644 (file)
@@ -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)