]> git.baikalelectronics.ru Git - kernel.git/commit
mm: /proc/sys/vm/stat_refresh stop checking monotonic numa stats
authorHugh Dickins <hughd@google.com>
Wed, 5 May 2021 01:38:00 +0000 (18:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 18:27:25 +0000 (11:27 -0700)
commit2d9112fa0ebef0ed597b6afe6b9c2354ae97f067
treefbb924f3b5d09ea49f6aa4475fed29d22791ef10
parent5be211ad9d0907b34fba0d516905850796fa7317
mm: /proc/sys/vm/stat_refresh stop checking monotonic numa stats

All of the VM NUMA stats are event counts, incremented never
decremented: it is not very useful for vmstat_refresh() to check them
throughout their first aeon, then warn on them throughout their next.

Link: https://lkml.kernel.org/r/alpine.LSU.2.11.2102251514110.13363@eggly.anvils
Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Roman Gushchin <guro@fb.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmstat.c