Merge branch 'for-4.3-unified-base' into for-4.3
This commit is contained in:
commit
20f1f4b5ff
4 changed files with 111 additions and 24 deletions
|
@ -323,7 +323,7 @@ struct cftype {
|
|||
* end of cftype array.
|
||||
*/
|
||||
char name[MAX_CFTYPE_NAME];
|
||||
int private;
|
||||
unsigned long private;
|
||||
/*
|
||||
* If not 0, file mode is set to this value, otherwise it will
|
||||
* be figured out automatically
|
||||
|
@ -441,6 +441,9 @@ struct cgroup_subsys {
|
|||
int id;
|
||||
const char *name;
|
||||
|
||||
/* optional, initialized automatically during boot if not set */
|
||||
const char *legacy_name;
|
||||
|
||||
/* link to parent, protected by cgroup_lock() */
|
||||
struct cgroup_root *root;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue