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
7c282e3c
Commit
7c282e3c
authored
Dec 17, 2010
by
Daniel Lezcano
Committed by
Daniel Lezcano
Dec 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused nscgroup field
This field is unused. Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
4839ec29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
cgroup.c
src/lxc/cgroup.c
+1
-1
start.h
src/lxc/start.h
+0
-1
No files found.
src/lxc/cgroup.c
View file @
7c282e3c
...
@@ -88,7 +88,7 @@ out:
...
@@ -88,7 +88,7 @@ out:
int
lxc_rename_nsgroup
(
const
char
*
name
,
struct
lxc_handler
*
handler
)
int
lxc_rename_nsgroup
(
const
char
*
name
,
struct
lxc_handler
*
handler
)
{
{
char
oldname
[
MAXPATHLEN
];
char
oldname
[
MAXPATHLEN
];
char
*
newname
=
handler
->
nsgroup
;
char
newname
[
MAXPATHLEN
]
;
char
cgroup
[
MAXPATHLEN
];
char
cgroup
[
MAXPATHLEN
];
int
ret
;
int
ret
;
...
...
src/lxc/start.h
View file @
7c282e3c
...
@@ -40,7 +40,6 @@ struct lxc_handler {
...
@@ -40,7 +40,6 @@ struct lxc_handler {
char
*
name
;
char
*
name
;
lxc_state_t
state
;
lxc_state_t
state
;
int
sigfd
;
int
sigfd
;
char
nsgroup
[
MAXPATHLEN
];
sigset_t
oldmask
;
sigset_t
oldmask
;
struct
lxc_conf
*
conf
;
struct
lxc_conf
*
conf
;
struct
lxc_operations
*
ops
;
struct
lxc_operations
*
ops
;
...
...
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