[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160223184058.GD13816@cmpxchg.org>
Date: Tue, 23 Feb 2016 10:40:58 -0800
From: Johannes Weiner <hannes@...xchg.org>
To: Mel Gorman <mgorman@...hsingularity.net>
Cc: Linux-MM <linux-mm@...ck.org>, Rik van Riel <riel@...riel.com>,
Vlastimil Babka <vbabka@...e.cz>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 04/27] mm, vmscan: Move lru_lock to the node
On Tue, Feb 23, 2016 at 03:04:27PM +0000, Mel Gorman wrote:
> Node-based reclaim requires node-based LRUs and locking. This is a
> preparation patch that just moves the lru_lock to the node so later patches
> are easier to review. It is a mechanical change but note this patch makes
> contention worse because the LRU lock is hotter and direct reclaim and kswapd
> can contend on the same lock even when reclaiming from different zones.
>
> Signed-off-by: Mel Gorman <mgorman@...hsingularity.net>
Reviewing mechanical patches like these is error prone, but nothing
obviously broken stands out to me here.
Acked-by: Johannes Weiner <hannes@...xchg.org>
Powered by blists - more mailing lists