Re: [PATCH] mm/vmscan: remove pglist_data->inactive_ratio

2016-07-21 Thread Ganesh Mahendran
Hi, Michal 2016-07-19 15:34 GMT+08:00 Michal Hocko : > On Tue 19-07-16 10:07:29, Ganesh Mahendran wrote: >> In patch [1], the inactive_ratio is now automatically calculated > > It is better to give the direct reference to the patch 59dc76b0d4df > ("mm: vmscan: reduce size of inactive file list")

Re: [PATCH] mm/vmscan: remove pglist_data->inactive_ratio

2016-07-19 Thread Michal Hocko
On Tue 19-07-16 10:07:29, Ganesh Mahendran wrote: > In patch [1], the inactive_ratio is now automatically calculated It is better to give the direct reference to the patch 59dc76b0d4df ("mm: vmscan: reduce size of inactive file list") > in inactive_list_is_low(). So there is no need to keep inact

[PATCH] mm/vmscan: remove pglist_data->inactive_ratio

2016-07-18 Thread Ganesh Mahendran
In patch [1], the inactive_ratio is now automatically calculated in inactive_list_is_low(). So there is no need to keep inactive_ratio in pglist_data, and shown in zoneinfo. [1] mm: vmscan: reduce size of inactive file list Signed-off-by: Ganesh Mahendran --- include/linux/mmzone.h | 6 --