]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - include/linux/mmzone.h
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
[thirdparty/kernel/linux.git] / include / linux / mmzone.h
index d4b0c79d29249548532d345a3f06a8ef0a02e5cf..7bbeba21f6a3f3c52ff8f952d0395a2df65be67f 100644 (file)
@@ -180,7 +180,7 @@ enum node_stat_item {
        NR_VMSCAN_IMMEDIATE,    /* Prioritise for reclaim when writeback ends */
        NR_DIRTIED,             /* page dirtyings since bootup */
        NR_WRITTEN,             /* page writings since bootup */
-       NR_INDIRECTLY_RECLAIMABLE_BYTES, /* measured in bytes */
+       NR_KERNEL_MISC_RECLAIMABLE,     /* reclaimable non-slab kernel pages */
        NR_VM_NODE_STAT_ITEMS
 };