Re: [PATCH] mm: Fix recent_rotated history

2019-05-29 Thread Johannes Weiner
On Tue, May 28, 2019 at 07:09:02PM +0300, Kirill Tkhai wrote: > Johannes pointed that after commit 886cf1901db9 > we lost all zone_reclaim_stat::recent_rotated > history. This commit fixes that. > > Fixes: 886cf1901db9 "mm: move recent_rotated pages calculation to > shrink_inactive_list()" > Repo

Re: [PATCH] mm: Fix recent_rotated history

2019-05-29 Thread Michal Hocko
On Tue 28-05-19 19:09:02, Kirill Tkhai wrote: > Johannes pointed that after commit 886cf1901db9 > we lost all zone_reclaim_stat::recent_rotated > history. This commit fixes that. > > Fixes: 886cf1901db9 "mm: move recent_rotated pages calculation to > shrink_inactive_list()" > Reported-by: Johanne

Re: [PATCH] mm: Fix recent_rotated history

2019-05-29 Thread Daniel Jordan
On Wed, May 29, 2019 at 11:30:09AM +0300, Kirill Tkhai wrote: > Missed Johannes :( > > CC > > On 28.05.2019 19:09, Kirill Tkhai wrote: > > Johannes pointed that after commit 886cf1901db9 > > we lost all zone_reclaim_stat::recent_rotated > > history. This commit fixes that. Ugh, good catch. I to

Re: [PATCH] mm: Fix recent_rotated history

2019-05-29 Thread Kirill Tkhai
Missed Johannes :( CC On 28.05.2019 19:09, Kirill Tkhai wrote: > Johannes pointed that after commit 886cf1901db9 > we lost all zone_reclaim_stat::recent_rotated > history. This commit fixes that. > > Fixes: 886cf1901db9 "mm: move recent_rotated pages calculation to > shrink_inactive_list()" > R