cgfsng: cgfsng_set()

parent 49b156cf
...@@ -2545,10 +2545,9 @@ static int cgfsng_get(const char *filename, char *value, size_t len, ...@@ -2545,10 +2545,9 @@ static int cgfsng_get(const char *filename, char *value, size_t len,
return ret; return ret;
} }
/* /* Called externally (i.e. from 'lxc-cgroup') to set new cgroup limits. Here we
* Called externally (i.e. from 'lxc-cgroup') to set new cgroup limits. * don't have a cgroup_data set up, so we ask the running container through the
* Here we don't have a cgroup_data set up, so we ask the running * commands API for the cgroup path.
* container through the commands API for the cgroup path
*/ */
static int cgfsng_set(const char *filename, const char *value, const char *name, static int cgfsng_set(const char *filename, const char *value, const char *name,
const char *lxcpath) const char *lxcpath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment