Re: [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock

2020-09-22 Thread Alex Shi
在 2020/9/22 下午1:53, Hugh Dickins 写道: >> Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. >> >> Signed-off-by: Alex Shi >> Reviewed-by: Alexander Duyck > I don't take pleasure in spoiling your celebrations and ceremonies, > but I strongly agree with AlexD that this should

Re: [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock

2020-09-21 Thread Hugh Dickins
On Mon, 24 Aug 2020, Alex Shi wrote: > Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. > > Signed-off-by: Alex Shi > Reviewed-by: Alexander Duyck I don't take pleasure in spoiling your celebrations and ceremonies, but I strongly agree with AlexD that this should simply b

[PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock

2020-08-24 Thread Alex Shi
Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. Signed-off-by: Alex Shi Reviewed-by: Alexander Duyck Cc: Andrew Morton Cc: Konstantin Khlebnikov Cc: Hugh Dickins Cc: Johannes Weiner Cc: linux...@kvack.org Cc: linux-kernel@vger.kernel.org Cc: cgro...@vger.kernel.org ---