Re: [PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock

2020-08-03 Thread Alex Shi
在 2020/8/4 上午6:45, Alexander Duyck 写道: > Just to correct a typo, I meant patch 17, not 18. in the comment below. > > > On Mon, Aug 3, 2020 at 3:42 PM Alexander Duyck > wrote: >> >> On Sat, Jul 25, 2020 at 6:00 AM Alex Shi wrote: >>> >>> Now pgdat.lru_lock was replaced by lruvec lock. It's no

Re: [PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock

2020-08-03 Thread Alexander Duyck
Just to correct a typo, I meant patch 17, not 18. in the comment below. On Mon, Aug 3, 2020 at 3:42 PM Alexander Duyck wrote: > > On Sat, Jul 25, 2020 at 6:00 AM Alex Shi wrote: > > > > Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. > > > > Signed-off-by: Alex Shi > > C

Re: [PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock

2020-08-03 Thread Alexander Duyck
On Sat, Jul 25, 2020 at 6:00 AM Alex Shi wrote: > > Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. > > Signed-off-by: Alex Shi > Cc: Andrew Morton > Cc: Konstantin Khlebnikov > Cc: Hugh Dickins > Cc: Johannes Weiner > Cc: linux...@kvack.org > Cc: linux-kernel@vger.kern

[PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock

2020-07-25 Thread Alex Shi
Now pgdat.lru_lock was replaced by lruvec lock. It's not used anymore. Signed-off-by: Alex Shi 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 --- include/linux/mmzone.h | 1 -