cgfsng: cg_unified_create_cgroup()

parent 4adf9bd3
...@@ -1667,8 +1667,8 @@ struct cgroup_ops *cgfsng_ops_init(void) ...@@ -1667,8 +1667,8 @@ struct cgroup_ops *cgfsng_ops_init(void)
static bool cg_unified_create_cgroup(struct hierarchy *h, char *cgname) static bool cg_unified_create_cgroup(struct hierarchy *h, char *cgname)
{ {
char **it;
size_t i, parts_len; size_t i, parts_len;
char **it;
size_t full_len = 0; size_t full_len = 0;
char *add_controllers = NULL, *cgroup = NULL; char *add_controllers = NULL, *cgroup = NULL;
char **parts = NULL; char **parts = NULL;
......
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