diff options
Diffstat (limited to 'include/linux/cgroup-defs.h')
| -rw-r--r-- | include/linux/cgroup-defs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 5e1694fe035b..8fcbae1b8db0 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h @@ -92,6 +92,7 @@ enum {  	CFTYPE_NO_PREFIX	= (1 << 3),	/* (DON'T USE FOR NEW FILES) no subsys prefix */  	CFTYPE_WORLD_WRITABLE	= (1 << 4),	/* (DON'T USE FOR NEW FILES) S_IWUGO */ +	CFTYPE_DEBUG		= (1 << 5),	/* create when cgroup_debug */  	/* internal flags, do not use outside cgroup core proper */  	__CFTYPE_ONLY_ON_DFL	= (1 << 16),	/* only on default hierarchy */ | 
