mirror of
git://github.com/lxc/lxc
synced 2025-09-03 20:09:35 +00:00
Remove unused nscgroup field
This field is unused. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
committed by
Daniel Lezcano
parent
4839ec2994
commit
7c282e3cf4
@@ -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;
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user