Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
39938b25
Commit
39938b25
authored
Jan 31, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #785 from hallyn/2016-01-31/cgfs
2016 01 31/cgfs
parents
27a72f2f
3939a22a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cgfs.c
src/lxc/cgfs.c
+2
-1
No files found.
src/lxc/cgfs.c
View file @
39938b25
...
...
@@ -556,7 +556,7 @@ static struct cgroup_meta_data *lxc_cgroup_load_meta2(const char **subsystem_whi
true
;
all_named_subsystems
=
subsystem_whitelist
?
(
lxc_string_in_array
(
"@named"
,
subsystem_whitelist
)
||
lxc_string_in_array
(
"@all"
,
subsystem_whitelist
))
:
fals
e
;
tru
e
;
meta_data
=
calloc
(
1
,
sizeof
(
struct
cgroup_meta_data
));
if
(
!
meta_data
)
...
...
@@ -1662,6 +1662,7 @@ lxc_cgroup_process_info_getx(const char *proc_pid_cgroup_str,
entry
->
cgroup_path
=
strdup
(
colon2
);
if
(
!
entry
->
cgroup_path
)
goto
out_error
;
prune_init_scope
(
entry
->
cgroup_path
);
*
cptr
=
entry
;
cptr
=
&
entry
->
next
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment