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
7717e175
Commit
7717e175
authored
Mar 02, 2019
by
tomponline
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cgroups: remove unused variables
Signed-off-by:
tomponline
<
tomp@tomp.uk
>
parent
7c737378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cgfsng.c
src/lxc/cgroups/cgfsng.c
+2
-2
No files found.
src/lxc/cgroups/cgfsng.c
View file @
7717e175
...
...
@@ -386,7 +386,7 @@ static bool cg_legacy_filter_and_set_cpus(char *path, bool am_initialized)
int
ret
;
ssize_t
i
;
char
oldv
;
char
*
lastslash
,
*
posscpus_tmp
;
char
*
lastslash
;
ssize_t
maxisol
=
0
,
maxposs
=
0
;
bool
bret
=
false
,
flipped_bit
=
false
;
...
...
@@ -2642,7 +2642,7 @@ static int cg_unified_init(struct cgroup_ops *ops, bool relative,
{
__do_free
char
*
subtree_path
=
NULL
;
int
ret
;
char
*
mountpoint
,
*
tmp
;
char
*
mountpoint
;
char
**
delegatable
;
struct
hierarchy
*
new
;
char
*
base_cgroup
=
NULL
;
...
...
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