Re: [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

From: Sebastian Andrzej Siewior
Date: Tue Aug 31 2021 - 12:45:52 EST


On 2021-08-05 17:00:19 [+0100], Mel Gorman wrote:
> mm/vmstat.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 48 insertions(+)

The version in RT also covered the functions
__count_vm_event()
__count_vm_events()

in include/linux/vmstat.h. Were they dropped by mistake or on purpose?

Sebastian