Re: [PATCH 04/11] mm/vmstat: Inline NUMA event counter updates

2021-04-15 Thread Mel Gorman
On Wed, Apr 14, 2021 at 06:26:25PM +0200, Vlastimil Babka wrote: > On 4/14/21 6:20 PM, Vlastimil Babka wrote: > > On 4/14/21 3:39 PM, Mel Gorman wrote: > >> __count_numa_event is small enough to be treated similarly to > >> __count_vm_event so inline it. > >> > >> Signed-off-by: Mel Gorman > >

Re: [PATCH 04/11] mm/vmstat: Inline NUMA event counter updates

2021-04-14 Thread Vlastimil Babka
On 4/14/21 6:20 PM, Vlastimil Babka wrote: > On 4/14/21 3:39 PM, Mel Gorman wrote: >> __count_numa_event is small enough to be treated similarly to >> __count_vm_event so inline it. >> >> Signed-off-by: Mel Gorman > > Acked-by: Vlastimil Babka > >> --- >> include/linux/vmstat.h | 9 +

Re: [PATCH 04/11] mm/vmstat: Inline NUMA event counter updates

2021-04-14 Thread Vlastimil Babka
On 4/14/21 3:39 PM, Mel Gorman wrote: > __count_numa_event is small enough to be treated similarly to > __count_vm_event so inline it. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka > --- > include/linux/vmstat.h | 9 + > mm/vmstat.c| 9 - > 2 files

[PATCH 04/11] mm/vmstat: Inline NUMA event counter updates

2021-04-14 Thread Mel Gorman
__count_numa_event is small enough to be treated similarly to __count_vm_event so inline it. Signed-off-by: Mel Gorman --- include/linux/vmstat.h | 9 + mm/vmstat.c| 9 - 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/linux/vmstat.h