From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Shi Subject: Re: [PATCH v16 21/22] mm/pgdat: remove pgdat lru_lock Date: Sat, 18 Jul 2020 22:17:48 +0800 Message-ID: <5f162d78-2318-3d12-bbbb-1a47ed978bf7@linux.alibaba.com> References: <1594429136-20002-1-git-send-email-alex.shi@linux.alibaba.com> <1594429136-20002-22-git-send-email-alex.shi@linux.alibaba.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="utf-8" To: Alexander Duyck Cc: Andrew Morton , Mel Gorman , Tejun Heo , Hugh Dickins , Konstantin Khlebnikov , Daniel Jordan , Yang Shi , Matthew Wilcox , Johannes Weiner , kbuild test robot , linux-mm , LKML , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Shakeel Butt , Joonsoo Kim , Wei Yang , "Kirill A. Shutemov" 在 2020/7/18 上午5:09, Alexander Duyck 写道: >> diff --git a/mm/page_alloc.c b/mm/page_alloc.c >> index e028b87ce294..4d7df42b32d6 100644 >> --- a/mm/page_alloc.c >> +++ b/mm/page_alloc.c >> @@ -6721,7 +6721,6 @@ static void __meminit pgdat_init_internals(struct pglist_data *pgdat) >> init_waitqueue_head(&pgdat->pfmemalloc_wait); >> >> pgdat_page_ext_init(pgdat); >> - spin_lock_init(&pgdat->lru_lock); >> lruvec_init(&pgdat->__lruvec); >> } >> > This patch would probably make more sense as part of patch 18 since > you removed all of the users of this field there. yes, I just want to a bit of sense of ceremony to remove this huge big lock. :)