Re: [PATCH 1/2] mm: move lruvec stats update functions to vmstat.h

2020-11-30 Thread Johannes Weiner
On Wed, Nov 25, 2020 at 04:56:02PM -0800, Shakeel Butt wrote: > This patch does not change any functionality and only move the functions > which update the lruvec stats to vmstat.h from memcontrol.h. The main > reason for this patch is to be able to use these functions in the page > table contructo

[PATCH 1/2] mm: move lruvec stats update functions to vmstat.h

2020-11-25 Thread Shakeel Butt
This patch does not change any functionality and only move the functions which update the lruvec stats to vmstat.h from memcontrol.h. The main reason for this patch is to be able to use these functions in the page table contructor function which is defined in mm.h and we can not include the memcont