forked from mirrors/linux
		
	mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_node
Put memcg1-specific members of struct mem_cgroup_per_node under the CONFIG_MEMCG_V1 config option. Link: https://lkml.kernel.org/r/20240628210317.272856-8-roman.gushchin@linux.dev Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev> Acked-by: Shakeel Butt <shakeel.butt@linux.dev> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@kernel.org> Cc: Muchun Song <muchun.song@linux.dev> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									94b7e5bf09
								
							
						
					
					
						commit
						98c9daf5ae
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -92,6 +92,7 @@ struct mem_cgroup_per_node { | ||||||
| 	struct lruvec_stats			*lruvec_stats; | 	struct lruvec_stats			*lruvec_stats; | ||||||
| 	struct shrinker_info __rcu	*shrinker_info; | 	struct shrinker_info __rcu	*shrinker_info; | ||||||
| 
 | 
 | ||||||
|  | #ifdef CONFIG_MEMCG_V1 | ||||||
| 	/*
 | 	/*
 | ||||||
| 	 * Memcg-v1 only stuff in middle as buffer between read mostly fields | 	 * Memcg-v1 only stuff in middle as buffer between read mostly fields | ||||||
| 	 * and update often fields to avoid false sharing. Once v1 stuff is | 	 * and update often fields to avoid false sharing. Once v1 stuff is | ||||||
|  | @ -102,6 +103,7 @@ struct mem_cgroup_per_node { | ||||||
| 	unsigned long		usage_in_excess;/* Set to the value by which */ | 	unsigned long		usage_in_excess;/* Set to the value by which */ | ||||||
| 						/* the soft limit is exceeded*/ | 						/* the soft limit is exceeded*/ | ||||||
| 	bool			on_tree; | 	bool			on_tree; | ||||||
|  | #endif | ||||||
| 
 | 
 | ||||||
| 	/* Fields which get updated often at the end. */ | 	/* Fields which get updated often at the end. */ | ||||||
| 	struct lruvec		lruvec; | 	struct lruvec		lruvec; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Roman Gushchin
						Roman Gushchin