diff options
Diffstat (limited to 'include/linux/cgroup-defs.h')
| -rw-r--r-- | include/linux/cgroup-defs.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 1bfcfb1af352..d4427d0a0e18 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h @@ -264,7 +264,8 @@ struct css_set {  	 * List of csets participating in the on-going migration either as  	 * source or destination.  Protected by cgroup_mutex.  	 */ -	struct list_head mg_preload_node; +	struct list_head mg_src_preload_node; +	struct list_head mg_dst_preload_node;  	struct list_head mg_node;  	/*  |