Re: [PATCH 2/6] mm: differentiate unmap for vmscan from other unmap.

2014-06-30 Thread Jerome Glisse
On Sun, Jun 29, 2014 at 08:58:17PM -0700, John Hubbard wrote: > On Fri, 27 Jun 2014, Jérôme Glisse wrote: > > > From: Jérôme Glisse > > > > New code will need to be able to differentiate between a regular unmap and > > an unmap trigger by vmscan in which case we want to be as quick as possible.

Re: [PATCH 2/6] mm: differentiate unmap for vmscan from other unmap.

2014-06-29 Thread John Hubbard
On Fri, 27 Jun 2014, Jérôme Glisse wrote: > From: Jérôme Glisse > > New code will need to be able to differentiate between a regular unmap and > an unmap trigger by vmscan in which case we want to be as quick as possible. > > Signed-off-by: Jérôme Glisse > --- > include/linux/rmap.h | 15

[PATCH 2/6] mm: differentiate unmap for vmscan from other unmap.

2014-06-27 Thread Jérôme Glisse
From: Jérôme Glisse New code will need to be able to differentiate between a regular unmap and an unmap trigger by vmscan in which case we want to be as quick as possible. Signed-off-by: Jérôme Glisse --- include/linux/rmap.h | 15 --- mm/memory-failure.c | 2 +- mm/vmscan.c