Re: [PATCH 0/3] Follow-up fixes to node-lru series v3

2016-07-18 Thread Johannes Weiner
The v3 is a bit misleading. It's on top of, not instead of, the v2 series with the same name sent out previously. We need both series. On Mon, Jul 18, 2016 at 03:50:23PM +0100, Mel Gorman wrote: > This is another round of fixups to the node-lru series. The most important > patch is the last one wh

[PATCH 0/3] Follow-up fixes to node-lru series v3

2016-07-18 Thread Mel Gorman
This is another round of fixups to the node-lru series. The most important patch is the last one which deals with a highmem accounting issue. include/linux/mm_inline.h | 8 ++-- mm/vmscan.c | 25 +++-- 2 files changed, 13 insertions(+), 20 deletions(-) --