Re: [PATCH] mm: vmscan: support equal reclaim for anon and file pages

2021-01-11 Thread Michal Hocko
On Mon 11-01-21 12:58:43, Sudarshan Rajagopalan wrote: > When performing memory reclaim support treating anonymous and > file backed pages equally. > Swapping anonymous pages out to memory can be efficient enough > to justify treating anonymous and file backed pages equally. This changelog

Re: [PATCH] mm: vmscan: support equal reclaim for anon and file pages

2021-01-11 Thread Yang Shi
On Mon, Jan 11, 2021 at 12:59 PM Sudarshan Rajagopalan wrote: > > When performing memory reclaim support treating anonymous and > file backed pages equally. > Swapping anonymous pages out to memory can be efficient enough > to justify treating anonymous and file backed pages equally. > >

[PATCH] mm: vmscan: support equal reclaim for anon and file pages

2021-01-11 Thread Sudarshan Rajagopalan
When performing memory reclaim support treating anonymous and file backed pages equally. Swapping anonymous pages out to memory can be efficient enough to justify treating anonymous and file backed pages equally. Signed-off-by: Sudarshan Rajagopalan Cc: Andrew Morton --- mm/vmscan.c | 15