diff options
Diffstat (limited to 'include/linux/mmzone.h')
| -rw-r--r-- | include/linux/mmzone.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index d77d717c620c..3f38c30d2f13 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -215,8 +215,9 @@ enum node_stat_item {  	NR_INACTIVE_FILE,	/*  "     "     "   "       "         */  	NR_ACTIVE_FILE,		/*  "     "     "   "       "         */  	NR_UNEVICTABLE,		/*  "     "     "   "       "         */ -	NR_SLAB_RECLAIMABLE, -	NR_SLAB_UNRECLAIMABLE, +	NR_SLAB_RECLAIMABLE,	/* Please do not reorder this item */ +	NR_SLAB_UNRECLAIMABLE,	/* and this one without looking at +				 * memcg_flush_percpu_vmstats() first. */  	NR_ISOLATED_ANON,	/* Temporary isolated pages from anon lru */  	NR_ISOLATED_FILE,	/* Temporary isolated pages from file lru */  	WORKINGSET_NODES,  |