Merge branch 'for-4.3-unified-base' into for-4.3

This commit is contained in:
Tejun Heo
2015-08-25 14:19:29 -04:00
4 changed files with 111 additions and 24 deletions

View File

@@ -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;