Re: [PATCH 4/4] mm: /proc//sys/vm/stat_refresh stop checking monotonic numa stats

2021-02-28 Thread Roman Gushchin
On Thu, Feb 25, 2021 at 03:15:42PM -0800, Hugh Dickins wrote: > 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. > > Signed-off-by: Hugh

[PATCH 4/4] mm: /proc//sys/vm/stat_refresh stop checking monotonic numa stats

2021-02-25 Thread Hugh Dickins
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. Signed-off-by: Hugh Dickins --- mm/vmstat.c |9 - 1 file changed, 9 deletions(-)