Re: [PATCH] Add pgcollapse controls to task_struct

2014-10-23 Thread Alex Thorlton
On Wed, Oct 22, 2014 at 09:49:25PM -0500, Alex Thorlton wrote: > This patch just adds the necessary bits to the task_struct so that the scans > can > eventually be controlled on a per-mm basis. As I mentioned previously, we > might > want to add some more counters here. Just noticed that this o

[PATCH] Add pgcollapse controls to task_struct

2014-10-22 Thread Alex Thorlton
This patch just adds the necessary bits to the task_struct so that the scans can eventually be controlled on a per-mm basis. As I mentioned previously, we might want to add some more counters here. Signed-off-by: Alex Thorlton Cc: Andrew Morton Cc: Bob Liu Cc: David Rientjes Cc: Eric W. Biede