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
f0d33515
Unverified
Commit
f0d33515
authored
Nov 20, 2018
by
Stéphane Graber
Committed by
GitHub
Nov 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2732 from brauner/2018-11-21/remove_freezer_requirement
cgfsng: remove freezer requirement
parents
4d2ec4c4
4143c201
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
cgfsng.c
src/lxc/cgroups/cgfsng.c
+0
-5
No files found.
src/lxc/cgroups/cgfsng.c
View file @
f0d33515
...
@@ -703,11 +703,6 @@ static bool all_controllers_found(struct cgroup_ops *ops)
...
@@ -703,11 +703,6 @@ static bool all_controllers_found(struct cgroup_ops *ops)
char
**
cur
;
char
**
cur
;
struct
hierarchy
**
hlist
=
ops
->
hierarchies
;
struct
hierarchy
**
hlist
=
ops
->
hierarchies
;
if
(
!
controller_found
(
hlist
,
"freezer"
))
{
ERROR
(
"No freezer controller mountpoint found"
);
return
false
;
}
if
(
!
ops
->
cgroup_use
)
if
(
!
ops
->
cgroup_use
)
return
true
;
return
true
;
...
...
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