diff options
Diffstat (limited to 'include/linux/cgroup-defs.h')
| -rw-r--r-- | include/linux/cgroup-defs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index db2e147e069f..1bfcfb1af352 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h @@ -19,7 +19,7 @@  #include <linux/percpu-rwsem.h>  #include <linux/u64_stats_sync.h>  #include <linux/workqueue.h> -#include <linux/bpf-cgroup.h> +#include <linux/bpf-cgroup-defs.h>  #include <linux/psi_types.h>  #ifdef CONFIG_CGROUPS @@ -413,7 +413,7 @@ struct cgroup {  	/*  	 * The bitmask of subsystems enabled on the child cgroups.  	 * ->subtree_control is the one configured through -	 * "cgroup.subtree_control" while ->child_ss_mask is the effective +	 * "cgroup.subtree_control" while ->subtree_ss_mask is the effective  	 * one which may have more subsystems enabled.  Controller knobs  	 * are made available iff it's enabled in ->subtree_control.  	 */  |