mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:53:18 +00:00
cgfsng: cgfsng_set()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e2bd2b133d
commit
eec533e378
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user