]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - include/linux/mmzone.h
mm: memcg/slab: fix percpu slab vmstats flushing
[mirror_ubuntu-focal-kernel.git] / include / linux / mmzone.h
index bda20282746b92d055a573c7855b70e070fcd41f..8b5f758942a2a234b8d6376566233b7de0b4c7ff 100644 (file)
@@ -215,9 +215,8 @@ enum node_stat_item {
        NR_INACTIVE_FILE,       /*  "     "     "   "       "         */
        NR_ACTIVE_FILE,         /*  "     "     "   "       "         */
        NR_UNEVICTABLE,         /*  "     "     "   "       "         */
-       NR_SLAB_RECLAIMABLE,    /* Please do not reorder this item */
-       NR_SLAB_UNRECLAIMABLE,  /* and this one without looking at
-                                * memcg_flush_percpu_vmstats() first. */
+       NR_SLAB_RECLAIMABLE,
+       NR_SLAB_UNRECLAIMABLE,
        NR_ISOLATED_ANON,       /* Temporary isolated pages from anon lru */
        NR_ISOLATED_FILE,       /* Temporary isolated pages from file lru */
        WORKINGSET_NODES,