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
a8117b33
Commit
a8117b33
authored
Jan 23, 2014
by
Qiang Huang
Committed by
Serge Hallyn
Jan 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cgroupfs: get rid of the redundant error info
Signed-off-by:
Qiang Huang
<
h.huangqiang@huawei.com
>
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
fb261f53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
cgroup.c
src/lxc/cgroup.c
+1
-3
No files found.
src/lxc/cgroup.c
View file @
a8117b33
...
...
@@ -968,10 +968,8 @@ struct cgroup_process_info *lxc_cgroupfs_create(const char *name, const char *pa
/* if we didn't create the cgroup, then we have to make sure that
* further cgroups will be created properly
*/
if
(
handle_cgroup_settings
(
mp
,
info_ptr
->
cgroup_path
)
<
0
)
{
ERROR
(
"Could not set clone_children to 1 for cpuset hierarchy in pre-existing cgroup."
);
if
(
handle_cgroup_settings
(
mp
,
info_ptr
->
cgroup_path
)
<
0
)
goto
cleanup_from_error
;
}
/* already existed but path component of pattern didn't contain '%n',
* so this is not an error; but then we don't need current_entire_path
...
...
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